From 891b94a889da6e384bc673759a16a1f7dbf9000a Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 11 Aug 2018 12:31:11 +0200 Subject: [PATCH] Make build hooks executable --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 584ac3b4e..13e8b07d5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ before_script: - pecl install ast - composer install - git clone -b develop https://github.com/Orange-Management/Build.git - - chmod 755 -R Build/ + - chmod 755 -R Build/Hooks - ls -l script: - phpunit --version && phpunit --configuration tests/phpunit_no_coverage.xml