Skip to content

Commit

Permalink
try modif in order to have travis to send coverage to coverall
Browse files Browse the repository at this point in the history
  • Loading branch information
adriendulong committed Oct 30, 2017
1 parent b8d8a67 commit 48a22d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: node_js
node_js:
- "node"
dist: trusty
script: npm travis
script: npm test
notifications:
slack: osangy:ZuD6nuXkIEmyEBpsL8LmOJCT
after_script: "cat coverage/lcov.info | node_modules/coveralls/bin/coveralls.js"

0 comments on commit 48a22d2

Please sign in to comment.