We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f46bc4b commit 7709770Copy full SHA for 7709770
1 file changed
.travis.yml
@@ -158,7 +158,7 @@ before_script:
158
# Install composer packages, will also trigger dump-autoload
159
- travis_retry composer install --no-interaction --prefer-dist
160
# Install coveralls.phar
161
- - wget -c -nc --retry-connrefused --tries=0 https://github.com/satooshi/php-coveralls/releases/download/v1.1.0/coveralls.phar
+ - travis_retry wget -c -nc --retry-connrefused --tries=0 https://github.com/satooshi/php-coveralls/releases/download/v1.1.0/coveralls.phar
162
- chmod +x coveralls.phar
163
- php coveralls.phar --version
164
0 commit comments