You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
language: php
|
|
|
|
env:
|
|
global:
|
|
- REPORT_EXIT_STATUS=1
|
|
|
|
php:
|
|
- 7.2
|
|
- 7.3
|
|
- 7.4
|
|
|
|
before_script:
|
|
- composer self-update
|
|
- COMPOSER_ROOT_VERSION=dev-master composer install
|
|
|
|
script:
|
|
- ./vendor/bin/simple-phpunit
|
|
|