Skip to content

Commit 247b492

Browse files
committed
Upd .travis
1 parent 69218bb commit 247b492

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ php:
55
- 5.6
66
- hhvm
77

8+
before_install:
9+
- pip install --user codecov
10+
811
install:
912
- composer self-update
1013
- composer install
@@ -22,4 +25,4 @@ after_script:
2225
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover
2326

2427
after_success:
25-
- bash <(curl -s https://codecov.io/bash)
28+
- codecov

0 commit comments

Comments
 (0)