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 4b787c5 commit c07b5a4Copy full SHA for c07b5a4
.travis.yml
@@ -4,12 +4,11 @@ node_js:
4
- 'stable'
5
cache: yarn
6
branches:
7
- only:
8
- - master
9
- - /^greenkeeper/.*$/
+ except:
+ - gh-pages
10
script:
11
- yarn lint
12
- - yarn test
+ - yarn test --coverage
13
- yarn build
14
- yarn docs:build && cp .docz/dist/index.html .docz/dist/404.html
15
deploy:
@@ -19,3 +18,5 @@ deploy:
19
18
local_dir: .docz/dist
20
on:
21
branch: master
+after_success:
22
+ - bash <(curl -s https://codecov.io/bash) -e TRAVIS_NODE_VERSION
0 commit comments