File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 6
6
- ' 7.2'
7
7
- nightly
8
8
before_script :
9
- - composer -n install
9
+ - travis_retry composer self-update
10
+ - travis_retry composer install --no-interaction --prefer-source --dev
10
11
- if [[ ${TRAVIS_PHP_VERSION:0:3} == "5.6" ]]; then pecl install runkit; else pecl install uopz; fi
11
12
- if [[ ${TRAVIS_PHP_VERSION:0:3} == "5.6" ]]; then echo "runkit.internal_override=1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini; fi
12
13
- export PATH=$PATH:$PWD
13
- script : vendor/bin/phpunit --configuration tests/phpunit.xml
14
+ script : vendor/bin/phpunit --configuration tests/phpunit.xml --coverage-clover=coverage.xml
15
+
16
+ after_success :
17
+ - bash <(curl -s https://codecov.io/bash)
18
+
14
19
before_deploy :
15
20
- ant phar
16
21
deploy :
@@ -23,4 +28,4 @@ deploy:
23
28
on :
24
29
tags : true
25
30
after_deploy :
26
- - ant clean
31
+ - ant clean
You can’t perform that action at this time.
0 commit comments