Use composer-installed phpunit
This commit is contained in:
parent
1bb1b5f7e4
commit
f5aaa59f8d
@ -19,9 +19,9 @@ variables:
|
|||||||
test:7.1:
|
test:7.1:
|
||||||
image: php:7.1
|
image: php:7.1
|
||||||
script:
|
script:
|
||||||
- phpunit -c build --no-coverage
|
- vendor/bin/phpunit -c build --no-coverage
|
||||||
|
|
||||||
test:7.2:
|
test:7.2:
|
||||||
image: php:7.2
|
image: php:7.2
|
||||||
script:
|
script:
|
||||||
- phpunit -c build --no-coverage
|
- vendor/bin/phpunit -c build --no-coverage
|
||||||
|
Loading…
Reference in New Issue
Block a user