Extend build script

This commit is contained in:
Dennis Eichhorn 2018-08-11 12:10:21 +02:00
parent 24659e324f
commit e5c70b1b43

View File

@ -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