mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-06 04:28:41 +00:00
12 lines
334 B
YAML
12 lines
334 B
YAML
language: php
|
|
php:
|
|
- '7.2'
|
|
- nightly
|
|
services:
|
|
- mysql
|
|
before_script:
|
|
- echo "USE mysql;\nUPDATE user SET password=PASSWORD('password') WHERE user='root';\nFLUSH PRIVILEGES;\n" | mysql -u root"
|
|
- pecl install ast
|
|
- composer install
|
|
script:
|
|
- vendor/bin/phpunit --configuration tests/phpunit_no_coverage.xml |