mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-30 09:48:41 +00:00
17 lines
415 B
YAML
17 lines
415 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 -R 755 Build/Hooks
|
|
script:
|
|
- vendor/bin/phpunit --version && vendor/bin/phpunit --configuration tests/phpunit_no_coverage.xml
|
|
- pwd
|
|
- ./Build/Hooks/travis.sh
|
|
notifications:
|
|
email: false |