diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 2263c4fe..dd9d05bb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,8 +19,7 @@ matrix: before_script: - phpenv config-add tests/php.ini - composer install - - wget https://phar.phpunit.de/phpunit.phar - php -i script: - - php phpunit.phar -c tests/units.$DB.xml
\ No newline at end of file + - phpunit -c tests/units.$DB.xml
\ No newline at end of file |