Skip to content

Commit

Permalink
Specify Node.js 7 for Travis CI
Browse files Browse the repository at this point in the history
The newly default node 8.0.0 is incompatible with the require-dir package: aseemk/requireDir#45
  • Loading branch information
ragesoss committed May 30, 2017
1 parent c57b35b commit 5514375
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ env:
- TEST_SUITE='~type:feature' AFTER_SUCCESS='./travis-deploy.sh'
- TEST_SUITE='~type:foo' AFTER_SUCCESS='' # Run all tests in job 2
language: ruby
node_js: "7"
rvm: 2.3.1
sudo: required
dist: trusty
Expand Down

0 comments on commit 5514375

Please sign in to comment.