We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c98557 commit c9cd831Copy full SHA for c9cd831
.travis.yml
@@ -21,10 +21,10 @@ services:
21
before_script:
22
- travis_retry composer self-update
23
- travis_retry composer install --no-interaction --prefer-source
24
- - chmod +x *.sh
+ - travis_retry chmod +x *.sh
25
26
script:
27
- - ./phpunit-${PU_FILE}.sh
+ - travis_retry ./phpunit-${PU_FILE}.sh
28
29
after_success:
30
- travis_retry php vendor/bin/php-coveralls -v
0 commit comments