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 23efcee commit 9afe4e5Copy full SHA for 9afe4e5
.travis.yml
@@ -23,7 +23,7 @@ before_script:
23
- travis_retry composer install --no-interaction --prefer-source
24
25
script:
26
- - phpunit-${PU_FILE}.sh
+ - ./phpunit-${PU_FILE}.sh
27
28
after_success:
29
- travis_retry php vendor/bin/php-coveralls -v
0 commit comments