From 469112918d0cfa6a43a7fdb829cd19bdf85cfcbe Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 11 Mar 2017 09:06:54 -0500 Subject: Use PHPunit from vendor folder --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e9ee6098..113e7dcb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,5 +28,5 @@ before_script: script: - ./node_modules/.bin/jshint assets/js/{core,components} - - phpunit -c tests/units.$DB.xml - - phpunit tests/configtest + - ./vendor/bin/phpunit -c tests/units.$DB.xml + - ./vendor/bin/phpunit tests/configtest -- cgit v1.2.3