Skip to content

Commit

Permalink
Update travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
EmaSuriano committed Oct 26, 2018
1 parent 89439a8 commit 0f84a47
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Expand Up @@ -2,13 +2,12 @@ sudo: false

language: node_js
node_js:
- 8
- 10

before_install:
- npm install codecov.io coveralls
- yarn add coveralls

after_success:
- cat ./coverage/lcov.info | ./node_modules/codecov.io/bin/codecov.io.js
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js

branches:
Expand Down

0 comments on commit 0f84a47

Please sign in to comment.