Skip to content

Commit 9c0ac2a

Browse files
author
Hamlet Hakobyan
committed
Added codecov.io as well.
1 parent bf75962 commit 9c0ac2a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,6 @@ before_install:
1717

1818
script:
1919
- 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)

0 commit comments

Comments
 (0)