mirror of
https://github.com/Karaka-Management/jsOMS.git
synced 2026-01-11 17:58:41 +00:00
13 lines
267 B
YAML
13 lines
267 B
YAML
language: php
|
|
php:
|
|
- '7.2'
|
|
- nightly
|
|
before_script:
|
|
- composer install
|
|
- git clone -b develop https://github.com/Orange-Management/Build.git
|
|
- chmod -R 755 Build/Hooks
|
|
script:
|
|
- pwd
|
|
- ./Build/Hooks/travis.sh
|
|
notifications:
|
|
email: false |