Skip to content

Commit e8c117a

Browse files
committed
Update codecov
1 parent b16e7e5 commit e8c117a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
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)