Make build hooks executable

This commit is contained in:
Dennis Eichhorn 2018-08-11 12:31:08 +02:00
parent 08d5987553
commit 0b6adc9244

View File

@ -8,6 +8,7 @@ before_script:
- pecl install ast - pecl install ast
- composer install - composer install
- git clone -b develop https://github.com/Orange-Management/Build.git - git clone -b develop https://github.com/Orange-Management/Build.git
- chmod 755 -R Build/
- ls -l - ls -l
script: script:
- phpunit --version && phpunit --configuration tests/phpunit_no_coverage.xml - phpunit --version && phpunit --configuration tests/phpunit_no_coverage.xml