Skip to content

Commit

Permalink
Merge pull request #3262 from strongloop/fix/ci-on-node-7.7.2
Browse files Browse the repository at this point in the history
Fix CI on Node 7.7.2
  • Loading branch information
bajtos authored Mar 9, 2017
2 parents 0448184 + 6467658 commit 3a93167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ language: node_js
node_js:
- "4"
- "6"
- "7"
- "7.7.1" # locked down because of https://github.com/nodejs/node/pull/11762
after_success: npm run coverage

# see https://www.npmjs.com/package/phantomjs-prebuilt#continuous-integration
Expand Down

0 comments on commit 3a93167

Please sign in to comment.