From 2afa8763a3ac9360498f7f30e1352bf4205059a8 Mon Sep 17 00:00:00 2001 From: Andreas Gohr <andi@splitbrain.org> Date: Fri, 31 Mar 2017 10:20:22 +0200 Subject: [PATCH] use old phpunit for testing on hhvm --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2ad26b921..32b8bb49a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,7 +38,7 @@ notifications: on_success: change on_failure: change install: - - wget -O ~/.phpenv/versions/hhvm/bin/phpunit https://phar.phpunit.de/phpunit.phar + - wget -O ~/.phpenv/versions/hhvm/bin/phpunit https://phar.phpunit.de/phpunit-5.7.phar - chmod 755 ~/.phpenv/versions/hhvm/bin/phpunit before_script: # Disable the HHVM JIT for faster Unit Testing -- GitLab