Skip to content

Commit c3642c5

Browse files
committed
Switch to new codecov client
Signed-off-by: Michal Čihař <[email protected]>
1 parent ec094ec commit c3642c5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ matrix:
1515
- php: "hhvm"
1616
env: DBASE=yes
1717

18-
before_install:
19-
- pip install --user codecov
20-
2118
install:
2219
- if [ "$DBASE" = "yes" ] ; then ./ci/install-dbase ; fi
2320
- composer install
@@ -31,7 +28,7 @@ script:
3128
- cd ..
3229

3330
after_success:
34-
- codecov
31+
- bash <(curl -s https://codecov.io/bash)
3532

3633
cache:
3734
directories:

0 commit comments

Comments
 (0)