We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 674b644 commit 35b8e15Copy full SHA for 35b8e15
.travis.yml
@@ -5,4 +5,6 @@ node_js:
5
- "0.12"
6
- "0.11"
7
- "0.10"
8
-script: npm run mocha && npm run cov
+script: npm run mocha
9
+after_script:
10
+ npm run cov
0 commit comments