Version 3 #1
@ -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