Skip to content

Commit 9f083d1

Browse files
author
Hamlet Hakobyan
committed
added codecov to be installed globally and clled it to publish on codecov.io
1 parent 9c0ac2a commit 9f083d1

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.travis.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,7 @@ node_js:
1313
- "iojs"
1414

1515
before_install:
16-
- npm install -g bower
16+
- npm install -g bower codecov
1717

1818
script:
19-
- npm run test-ci && cat ./dist/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./dist/coverage
20-
21-
after_success:
22-
- bash <(curl -s https://codecov.io/bash)
19+
- npm run test-ci && cat ./dist/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && codecov && rm -rf ./dist/coverage

0 commit comments

Comments
 (0)