File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ matrix:
10
10
- php : nightly
11
11
12
12
install :
13
- - composer install --no-interaction --prefer-dist --optimize-autoloader
13
+ - travis_retry composer install --no-interaction --prefer-dist --optimize-autoloader
14
14
15
15
script :
16
16
- phpunit --no-coverage
@@ -21,19 +21,19 @@ jobs:
21
21
php : 7.1
22
22
before_script :
23
23
- echo "code coverage not working from phpunit.phar, so use composer require for now"
24
- - composer require phpunit/phpunit
24
+ - travis_retry composer require phpunit/phpunit
25
25
script :
26
26
- ./vendor/bin/phpunit
27
27
after_script :
28
- - wget https://phar.io/releases/phive.phar
29
- - php phive.phar --no-progress install --trust-gpg-keys E82B2FB314E9906E php-coveralls && ./tools/php-coveralls --verbose
30
- - wget https://scrutinizer-ci.com/ocular.phar && php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
28
+ - travis_retry wget https://phar.io/releases/phive.phar
29
+ - travis_retry php phive.phar --no-progress install --trust-gpg-keys E82B2FB314E9906E php-coveralls && ./tools/php-coveralls --verbose
30
+ - travis_retry wget https://scrutinizer-ci.com/ocular.phar && php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
31
31
32
32
- stage : lint
33
33
php : 7.1
34
34
before_script :
35
- - wget https://phar.io/releases/phive.phar
36
- - php phive.phar --no-progress install --trust-gpg-keys 8E730BA25823D8B5 phpstan
35
+ - travis_retry wget https://phar.io/releases/phive.phar
36
+ - travis_retry php phive.phar --no-progress install --trust-gpg-keys 8E730BA25823D8B5 phpstan
37
37
script :
38
38
- ./tools/phpstan analyse src --level max --configuration phpstan.neon
39
39
- composer create-project symplify/easy-coding-standard temp/ecs && temp/ecs/bin/ecs check src tests
You can’t perform that action at this time.
0 commit comments