Browse Source

run grunt-coveralls after travis testing

pull/418/head
Udo Kramer 11 years ago
parent
commit
32250fb4f6
1 changed files with 3 additions and 1 deletions
  1. 4
      .travis.yml

4
.travis.yml

@ -3,4 +3,6 @@ node_js:
- "0.10"
before_script:
- npm install -g grunt-cli
- npm update
- npm update
after_script:
- grunt coveralls
Loading…
Cancel
Save