Skip to content

Commit fa4384a

Browse files
committed
Update codecov
1 parent adc2843 commit fa4384a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ node_js:
77
- '5.0'
88
- iojs
99
sudo: false
10-
after_script: npm install codecov.io && cat ./coverage/lcov.info | codecov
10+
after_success:
11+
- bash <(curl -s https://codecov.io/bash)
1112
deploy:
1213
- provider: npm
1314

0 commit comments

Comments
 (0)