Skip to content

Commit

Permalink
Update travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
Munter committed Aug 28, 2019
1 parent ea42586 commit 7e50eca
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
language: node_js
sudo: false
cache:
directories:
- node_modules
cache: npm
node_js:
- "8"
- "9"
script: "npm run-script travis"
after_success: "<coverage/lcov.info ./node_modules/coveralls/bin/coveralls.js"
- 8
- 10
- 11

script: npm run travis

after_success: '<coverage/lcov.info ./node_modules/coveralls/bin/coveralls.js'

0 comments on commit 7e50eca

Please sign in to comment.