File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,14 @@ matrix:
12
12
before_script :
13
13
- ln -s ../ ./node_modules/jscs-jsdoc
14
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
+
15
23
notifications :
16
24
webhooks :
17
25
urls :
Original file line number Diff line number Diff line change 2
2
[ ![ Gitter] ( https://img.shields.io/badge/GITTER-JOIN_CHAT_%E2%86%92-1dce73.svg )] ( https://gitter.im/jscs-dev/talks?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge )
3
3
[ ![ Build Status] ( https://img.shields.io/travis/jscs-dev/jscs-jsdoc.svg )] ( http://travis-ci.org/jscs-dev/jscs-jsdoc?style=flat )
4
4
[ ![ Dependency Status] ( https://img.shields.io/david/jscs-dev/jscs-jsdoc.svg )] ( https://david-dm.org/jscs-dev/jscs-jsdoc )
5
+ [ ![ Coverage] ( https://img.shields.io/coveralls/jscs-dev/jscs-jsdoc.svg )] ( https://coveralls.io/r/jscs-dev/jscs-jsdoc )
5
6
6
7
[ ![ NPM version] ( https://img.shields.io/npm/v/jscs-jsdoc.svg )] ( https://www.npmjs.com/package/jscs-jsdoc )
7
8
[ ![ NPM downloads] ( https://img.shields.io/npm/dm/jscs-jsdoc.svg )] ( https://www.npmjs.com/package/jscs-jsdoc )
You can’t perform that action at this time.
0 commit comments