Skip to content

Commit

Permalink
Run coveralls coverage reporter after tests in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
contolini committed Apr 30, 2015
1 parent a3237d3 commit 19b6f6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ node_js:
install:
- npm install -g nodeunit eslint
- npm install
after_script:
- npm run coveralls
env:
global:
secure: Qoth6yx6MgJCxizluyElcM1SUblIL/2WTO5RZVNDfbWCd49Qg6Cm2okUTwoBvJzWzg+1f0DVhMcvTTKtMyulDBhXoC+a6wWDUnmI5g4dORUIdvPh7LuzlZ2fpxc4vl4RFXZ2ny2e1JHFOltfiftP/aB6ZYuL4waTRr1eDGOvrgI=

0 comments on commit 19b6f6c

Please sign in to comment.