Skip to content

Commit

Permalink
adds lcov-server upload during CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielcsapo committed Sep 14, 2017
1 parent 363637a commit bb0ee99
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
language: node_js
script:
- npm install lcov-server -g
- npm run lint
- npm run test
- npm test
- npm run coverage
- cat coverage/lcov.info | lcov-server-cli --url https://lcov-server.herokuapp.com
node_js:
- "4"
- "6"
Expand Down

0 comments on commit bb0ee99

Please sign in to comment.