mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-24 15:18:40 +00:00
11 lines
216 B
YAML
11 lines
216 B
YAML
language: php
|
|
php:
|
|
- '7.2'
|
|
- nightly
|
|
services:
|
|
- mysql
|
|
before_script:
|
|
- pecl install ast
|
|
- composer install
|
|
script:
|
|
- phpunit --version && phpunit --configuration tests/phpunit_no_coverage.xml |