Skip to content

Commit c07b5a4

Browse files
authored
add codecov and update branch blocklist
1 parent 4b787c5 commit c07b5a4

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.travis.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@ node_js:
44
- 'stable'
55
cache: yarn
66
branches:
7-
only:
8-
- master
9-
- /^greenkeeper/.*$/
7+
except:
8+
- gh-pages
109
script:
1110
- yarn lint
12-
- yarn test
11+
- yarn test --coverage
1312
- yarn build
1413
- yarn docs:build && cp .docz/dist/index.html .docz/dist/404.html
1514
deploy:
@@ -19,3 +18,5 @@ deploy:
1918
local_dir: .docz/dist
2019
on:
2120
branch: master
21+
after_success:
22+
- bash <(curl -s https://codecov.io/bash) -e TRAVIS_NODE_VERSION

0 commit comments

Comments
 (0)