From 5263e67fa87bc21444408d65d9bf9198eeb406d2 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Tue, 29 Oct 2013 15:52:11 +0100 Subject: [PATCH] [feature/tests] use correct link to phpunit --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4766637c..e2cfa2c0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,7 +33,7 @@ before_script: - sh -c "if [ `php -r "echo (int) version_compare(PHP_VERSION, '5.3.19', '>=');"` = "1" ]; then travis/setup-webserver.sh; fi" script: - - ../../../vendor/bin/phpunit --configuration travis/phpunit-$DB-travis.xml + - ../../vendor/bin/phpunit --configuration travis/phpunit-$DB-travis.xml notifications: email: