Skip to content

Commit

Permalink
Updates for Travis-CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ramumb committed Mar 5, 2018
1 parent 58a479e commit 68054a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -7,6 +7,7 @@ install:
- npm install

script:
- npm test
- npm run test
- npm run cover

after_script: "cat coverage/lcov.info | node_modules/coveralls/bin/coveralls.js"

0 comments on commit 68054a4

Please sign in to comment.