summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-09-05 23:45:04 -0400
committerFrederic Guillot <fred@kanboard.net>2015-09-05 23:45:04 -0400
commitcd135af707929251f37c448e0543b0b5a9b6ed76 (patch)
treee82325cde5e73ef72cc25b17a508424f6be753c6
parent710f2c7bb046b43ec9878ae795a181101f6d7515 (diff)
Use last phpunit for travis
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 49f3465e..78f204c6 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