Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
feat(CI): Add Node v6 and remove v5 from allow_failures
Browse files Browse the repository at this point in the history
  • Loading branch information
simison committed May 1, 2016
1 parent 5137214 commit b977130
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ sudo: false
node_js:
- 4
- 5
- 6
os:
- linux
- centos
Expand All @@ -13,7 +14,7 @@ env:
- NODE_ENV=travis CXX="g++-4.8" CC="gcc-4.8"
matrix:
allow_failures:
- node_js: 5
- node_js: 6
services:
- mongodb
# gcc 4.8 requires ubuntu-toolchain-r-test
Expand Down

0 comments on commit b977130

Please sign in to comment.