Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Merge pull request #886 from lirantal/feature/travis-ci-enable-covera…
Browse files Browse the repository at this point in the history
…ge-task

Adding another job for Travis CI to run the `grunt coverage` task on every build
  • Loading branch information
lirantal committed Sep 4, 2015
2 parents 3890aae + c6e0f68 commit 522cc6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ before_install:
- npm i nsp -g
after_script:
- nsp audit-package
- grunt coverage
notifications:
webhooks:
urls:
Expand Down

0 comments on commit 522cc6b

Please sign in to comment.