Merge pull request #3285 from strongloop/fix/travis-config
Run the latest Node.js 7 version on Travis again
This commit is contained in:
commit
960e118c4e
|
@ -3,7 +3,8 @@ language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "4"
|
- "4"
|
||||||
- "6"
|
- "6"
|
||||||
- "7.7.1" # locked down because of https://github.com/nodejs/node/pull/11762
|
- "7"
|
||||||
|
|
||||||
after_success: npm run coverage
|
after_success: npm run coverage
|
||||||
|
|
||||||
# see https://www.npmjs.com/package/phantomjs-prebuilt#continuous-integration
|
# see https://www.npmjs.com/package/phantomjs-prebuilt#continuous-integration
|
||||||
|
|
Loading…
Reference in New Issue