We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf75962 commit 9c0ac2aCopy full SHA for 9c0ac2a
.travis.yml
@@ -17,3 +17,6 @@ before_install:
17
18
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)
0 commit comments