Try, try, again

This commit is contained in:
Timothy Warren 2017-02-28 13:44:41 -05:00
parent 7d03a69196
commit 9ec3e0cd94
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ test:7:
- php composer.phar install --no-dev --ignore-platform-reqs
image: php:7-alpine
script:
- phpdbg -qrr -- vendor/bin/phpunit --coverage-text --colors=never
- phpdbg -qrr -- ./vendor/bin/phpunit --coverage-text --colors=never
test:7.1:
stage: test
@ -22,4 +22,4 @@ test:7.1:
- php composer.phar install --no-dev --ignore-platform-reqs
image: php:7.1-alpine
script:
- phpdbg -qrr -- vendor/bin/phpunit --coverage-text --colors=never
- phpdbg -qrr -- ./vendor/bin/phpunit --coverage-text --colors=never