Skip to content

Commit

Permalink
Add coveralls to CI run as post step.
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffano committed Sep 9, 2014
1 parent 1393292 commit 2e1cb73
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Expand Up @@ -4,5 +4,7 @@ node_js:
- "0.10"
before_install:
- npm update -g npm
- npm install -g bob --loglevel error
script: "bob build"
- npm install -g bob coveralls --loglevel error
script:
- bob build
- cat .bob/coverage/buster-istanbul/lcov.info | coveralls

0 comments on commit 2e1cb73

Please sign in to comment.