From 55525bdf317d839e342ec1425944e73e0ea53f6e Mon Sep 17 00:00:00 2001 From: Mikael Korpela Date: Tue, 30 Aug 2016 20:15:54 +0300 Subject: [PATCH] feat(build): Modify Travis config (#1467) Remove Node.js v6 from `allow_failures` matrix at Travis config. --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 062fba9d..78678b03 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,9 +12,6 @@ os: # NodeJS v4 requires gcc 4.8 env: - NODE_ENV=travis CXX="g++-4.8" CC="gcc-4.8" -matrix: - allow_failures: - - node_js: 6 services: - mongodb # gcc 4.8 requires ubuntu-toolchain-r-test