We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e4f80f commit 0da78c0Copy full SHA for 0da78c0
.travis.yml
@@ -3,4 +3,6 @@ node_js:
3
- "0.11"
4
- "0.10"
5
before_script:
6
- - npm install -g grunt-cli
+ - npm install -g grunt-cli
7
+after_script:
8
+ - grunt --gruntfile Coverage.js
0 commit comments