Skip to content

Commit

Permalink
Update Node version in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
sveyret committed Nov 19, 2019
1 parent 12c6982 commit 0d9cf54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
language: node_js

node_js:
- "8"
- '10'

before_install:
- npm install -g coveralls

after_success:
- coveralls < ./coverage/lcov.info
- coveralls < ./coverage/lcov.info

0 comments on commit 0d9cf54

Please sign in to comment.