Skip to content

Commit

Permalink
Adding after_script to .travis.yml
Browse files Browse the repository at this point in the history
Configuring to run cat with lcov.info and piping it into coveralls...
Hopefully that does the trick.
  • Loading branch information
karudedios committed Oct 20, 2015
1 parent cc80356 commit 4312001
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
Expand Up @@ -5,4 +5,7 @@ script:
branches:
only:
- master
- develop
- develop
after_script:
- cat ./coverage/lcov.info | coveralls
- npm run post-build

0 comments on commit 4312001

Please sign in to comment.