Skip to content

Commit

Permalink
Travis: Stick with node.js 8.11
Browse files Browse the repository at this point in the history
Awaiting a solution for nodejs/node#22857
  • Loading branch information
papandreou committed Sep 23, 2018
1 parent f87da6f commit c23a5a1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ services:
language: node_js
cache:
directories:
- node_modules
- node_modules
node_js:
- "8"
- "9"
- '8.11'
- '9'

script: "npm install && npm run ci"
after_success: "<coverage/lcov.info ./node_modules/coveralls/bin/coveralls.js"
script: 'npm install && npm run ci'
after_success: '<coverage/lcov.info ./node_modules/coveralls/bin/coveralls.js'

0 comments on commit c23a5a1

Please sign in to comment.