We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0bf73b commit 3fae5afCopy full SHA for 3fae5af
.travis.yml
@@ -5,15 +5,14 @@ node_js:
5
- 8
6
7
before_install:
8
- - yarn add codecov.io coveralls --global
+ - yarn add coveralls -D
9
10
script:
11
- yarn run build
12
- yarn run test:coverage
13
14
after_success:
15
- - cat ./coverage/lcov.info | ./node_modules/codecov.io/bin/codecov.io.js
16
- - cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
+ - cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage
17
- npx semantic-release
18
19
branches:
0 commit comments