mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-30 01:38:41 +00:00
9 lines
184 B
YAML
9 lines
184 B
YAML
language: php
|
|
php:
|
|
- '7.2'
|
|
- nightly
|
|
before_script:
|
|
- pecl install ast
|
|
- composer install
|
|
script:
|
|
- vendor/bin/phpunit --configuration tests/phpunit_no_coverage.xml |