feat(build): Modify Travis config (#1467)

Remove Node.js v6 from `allow_failures` matrix at Travis config.
This commit is contained in:
Mikael Korpela
2016-08-30 20:15:54 +03:00
committed by Liran Tal
parent 64fd860fb3
commit 55525bdf31

View File

@@ -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