mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-14 15:38:40 +00:00
Extend build script
This commit is contained in:
parent
24659e324f
commit
e5c70b1b43
|
|
@ -7,5 +7,10 @@ services:
|
||||||
before_script:
|
before_script:
|
||||||
- pecl install ast
|
- pecl install ast
|
||||||
- composer install
|
- composer install
|
||||||
|
- git clone -b develop https://github.com/Orange-Management/Build.git
|
||||||
|
- ls -l
|
||||||
script:
|
script:
|
||||||
- phpunit --version && phpunit --configuration tests/phpunit_no_coverage.xml
|
- phpunit --version && phpunit --configuration tests/phpunit_no_coverage.xml
|
||||||
|
- Build/Hooks/travis.sh
|
||||||
|
notifications:
|
||||||
|
email: false
|
||||||
Loading…
Reference in New Issue
Block a user