From cd135af707929251f37c448e0543b0b5a9b6ed76 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 5 Sep 2015 23:45:04 -0400 Subject: [PATCH] Use last phpunit for travis --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 49f3465e1..78f204c60 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,6 +19,7 @@ matrix: before_script: - phpenv config-add tests/php.ini - composer install + - wget https://phar.phpunit.de/phpunit.phar script: - - phpunit -c tests/units.$DB.xml \ No newline at end of file + - php phpunit.phar -c tests/units.$DB.xml \ No newline at end of file