Skip to content

Commit

Permalink
[travis] changed to use latest node version
Browse files Browse the repository at this point in the history
  • Loading branch information
gaggala committed Apr 15, 2019
1 parent c98fd2a commit 83a84a1
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
Expand Up @@ -3,15 +3,15 @@ language: node_js
dist: trusty

node_js:
- 9
- node

sudo: required

before_install:
- "yarn add coveralls"

after_success:
- "cat test/coverage/lcov.info | node_modules/coveralls/bin/coveralls.js"
- "cat coverage/lcov.info | node_modules/coveralls/bin/coveralls.js"

notifications:
email:
Expand Down

0 comments on commit 83a84a1

Please sign in to comment.