diff options
-rw-r--r-- | .travis.yml | 3 |
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 |