File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 1
1
language : php
2
- php :
3
- - 7.1
4
- - 7.2
5
- - nightly
2
+ php : [ 7.1, 7.2, nightly ]
6
3
sudo : false
7
4
8
5
env :
@@ -13,7 +10,7 @@ matrix:
13
10
- php : nightly
14
11
15
12
install :
16
- - composer install --no-interaction --prefer-dist --optimize-autoloader
13
+ - travis_retry composer install --no-interaction --prefer-dist --optimize-autoloader
17
14
18
15
script :
19
16
- ./vendor/bin/phpunit --no-coverage
23
20
- stage : coverage
24
21
php : 7.1
25
22
script :
26
- - vendor/bin/phpunit
23
+ - ./ vendor/bin/phpunit
27
24
after_script :
28
25
- wget https://scrutinizer-ci.com/ocular.phar && php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
29
26
- wget https://github.com/satooshi/php-coveralls/releases/download/v1.0.1/coveralls.phar && php coveralls.phar --verbose
You can’t perform that action at this time.
0 commit comments