Merge pull request #3262 from strongloop/fix/ci-on-node-7.7.2
Fix CI on Node 7.7.2
This commit is contained in:
commit
3a93167685
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue