diff --git a/.travis.yml b/.travis.yml index 9de22be..7cb474f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,6 @@ php: - hhvm # on Trusty only - nightly before_script: - - curl -sSfL -o ~/.phpenv/versions/hhvm/bin/phpunit https://phar.phpunit.de/phpunit-5.7.phar + - curl -sSfL -o ~/.phpenv/versions/hhvm/bin/phpunit https://phar.phpunit.de/phpunit-7.2.2.phar script: - phpunit --bootstrap autoload.php test/TplBlockTest.php