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 5bd4ea9 commit a93fb3cCopy full SHA for a93fb3c
.travis.yml
@@ -5,15 +5,14 @@ node_js:
5
- '10'
6
- '9'
7
- '8'
8
- - '6'
9
10
before_install:
11
- yarn add codecov.io coveralls
12
13
after_success:
14
- cat ./coverage/lcov.info | ./node_modules/codecov.io/bin/codecov.io.js
15
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
16
- - nvm install 8 && yarn global add semantic-release
+ - yarn global add semantic-release
17
- npm run travis-deploy-once "npm run semantic-release"
18
19
branches:
0 commit comments