From 31502c2ebc04561b8e14268159e838c1e4b88e6b Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Mon, 10 Apr 2017 15:50:38 +0100 Subject: [PATCH] remove allow_failures flag from node 7.x --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 04d4ab3ce..7ab066a66 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,9 +9,6 @@ addons: packages: - g++-4.8 - gcc-4.8 -matrix: - allow_failures: - - node_js: "7" node_js: - "7" - "6"