From 108ad59bd9dd6c1def0177c77bababcec58baee5 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 11 Aug 2018 13:16:29 +0200 Subject: [PATCH] Fix some travis build bugs --- .travis.yml | 2 +- tests/phpunit_no_coverage.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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/*