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 db25cc1 commit 4791466Copy full SHA for 4791466
.travis.yml
@@ -17,7 +17,7 @@ before_install:
17
- composer global require hirak/prestissimo
18
- if [[ $TRAVIS_PHP_VERSION = '7.2' ]]; then composer remove --dev friendsofphp/php-cs-fixer --no-update --no-interaction; fi
19
20
-install: travis_retry composer update --no-interaction --prefer-dist --prefer-stable $COMPOSER_OPTIONS
+install: travis_wait travis_retry composer update --no-interaction --prefer-dist --prefer-stable $COMPOSER_OPTIONS
21
22
script:
23
- vendor/bin/phpunit -v
0 commit comments