mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-28 17:08:41 +00:00
Extend build script
This commit is contained in:
parent
24659e324f
commit
e5c70b1b43
|
|
@ -7,5 +7,10 @@ services:
|
|||
before_script:
|
||||
- pecl install ast
|
||||
- composer install
|
||||
- git clone -b develop https://github.com/Orange-Management/Build.git
|
||||
- ls -l
|
||||
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