summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml4
1 files 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