diff --git a/.travis.yml b/.travis.yml index d71dc2638..ee5792ae3 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/Hooks + - chmod -R 755 Build/Hooks - ls -l script: - phpunit --version && phpunit --configuration tests/phpunit_no_coverage.xml diff --git a/tests/phpunit_no_coverage.xml b/tests/phpunit_no_coverage.xml index 12c01a59a..3cc98c85d 100644 --- a/tests/phpunit_no_coverage.xml +++ b/tests/phpunit_no_coverage.xml @@ -23,7 +23,7 @@ ../* ../* ../* - ../Build/* + Build/*