travis: Use the phpunit installation we've downloaded by ourselves

refs #210
This commit is contained in:
Johannes Meyer 2019-02-27 15:10:13 +01:00
parent b9f5b4c51e
commit cdd4c1cdcf

View file

@ -28,4 +28,4 @@ before_script:
script:
- php vendor/phpcs.phar
- phpunit --testdox || phpunit --verbose
- php vendor/phpunit.phar --testdox || php vendor/phpunit.phar --verbose