Skip to content

Commit 675a9d0

Browse files
committed
Add Codecov to Travis
1 parent 5f365d1 commit 675a9d0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ sudo: false
1515

1616
before_script:
1717
- export PATH=~/.composer/vendor/bin/:$PATH
18-
- composer install --dev --no-interaction
18+
- composer install --no-interaction
19+
- pip install --user codecov
1920

2021
script:
2122
- ant clean
@@ -28,6 +29,7 @@ script:
2829

2930
after_script:
3031
- if [ -f vendor/bin/coveralls ] ; then php vendor/bin/coveralls -v || true ; fi
32+
- codecov
3133
- if [ -f php.log ] ; then cat php.log ; fi
3234

3335
matrix:

0 commit comments

Comments
 (0)