Skip to content

Commit

Permalink
Merge 8bbbe89 into 0f67843
Browse files Browse the repository at this point in the history
  • Loading branch information
eberhara committed Feb 25, 2018
2 parents 0f67843 + 8bbbe89 commit 2d21da8
Show file tree
Hide file tree
Showing 2 changed files with 233 additions and 115 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -8,6 +8,10 @@ node_js:
before_install:
- npm install codecov.io coveralls

install:
- npm i -g npm@5.7.1 # this should be deleted once 5.7.X is out of "pre-release"
- npm ci # instead of default npm install

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

0 comments on commit 2d21da8

Please sign in to comment.