Use composer-installed phpunit

This commit is contained in:
Timothy Warren 2018-01-25 11:40:39 -05:00
parent 1bb1b5f7e4
commit f5aaa59f8d
1 changed files with 2 additions and 2 deletions

View File

@ -19,9 +19,9 @@ variables:
test:7.1:
image: php:7.1
script:
- phpunit -c build --no-coverage
- vendor/bin/phpunit -c build --no-coverage
test:7.2:
image: php:7.2
script:
- phpunit -c build --no-coverage
- vendor/bin/phpunit -c build --no-coverage