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

Commit

Permalink
feat(build): Modify Travis config (#1467)
Browse files Browse the repository at this point in the history
Remove Node.js v6 from `allow_failures` matrix at Travis config.
  • Loading branch information
simison authored and lirantal committed Aug 30, 2016
1 parent 64fd860 commit 55525bd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 55525bd

Please sign in to comment.