diff --git a/.travis.yml b/.travis.yml index 6e03ff00c..db918fcae 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,9 +9,8 @@ before_script: - composer install - git clone -b develop https://github.com/Orange-Management/Build.git - chmod -R 755 Build/Hooks - - ls -l script: - - phpunit --version && phpunit --configuration tests/phpunit_no_coverage.xml + - vendor/bin/phpunit --version && vendor/bin/phpunit --configuration tests/phpunit_no_coverage.xml - pwd - ./Build/Hooks/travis.sh notifications: diff --git a/tests/phpunit_no_coverage.xml b/tests/phpunit_no_coverage.xml index 2cdead0d3..b95dbd154 100644 --- a/tests/phpunit_no_coverage.xml +++ b/tests/phpunit_no_coverage.xml @@ -11,7 +11,7 @@ ./ - ./tests + ./tests/ Module/ModuleManagerTest.php ./vendor ./Build