mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-02 10:48:44 +00:00
18 lines
403 B
YAML
18 lines
403 B
YAML
language: php
|
|
php:
|
|
- '7.2'
|
|
- nightly
|
|
services:
|
|
- mysql
|
|
before_script:
|
|
- pecl install ast
|
|
- composer install
|
|
- git clone -b develop https://github.com/Orange-Management/Build.git
|
|
- chmod 755 -R Build/Hooks
|
|
- ls -l
|
|
script:
|
|
- phpunit --version && phpunit --configuration tests/phpunit_no_coverage.xml
|
|
- pwd
|
|
- Build/Hooks/travis.sh
|
|
notifications:
|
|
email: false |