We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd317b7 commit 046d1c1Copy full SHA for 046d1c1
1 file changed
.travis.yml
@@ -12,6 +12,14 @@ matrix:
12
before_script:
13
- ln -s ../ ./node_modules/jscs-jsdoc
14
15
+after_success:
16
+ - |
17
+ if [ "${TRAVIS_NODE_VERSION}" == "0.10" ]; then
18
+ npm i istanbul istanbul-coveralls
19
+ istanbul cover --report lcovonly ./node_modules/.bin/_mocha
20
+ istanbul-coveralls && echo "Coverage data was sent to coveralls!"
21
+ fi
22
+
23
notifications:
24
webhooks:
25
urls:
0 commit comments