From 4d3abc80097b42569da8f34177564267a0e0c4e0 Mon Sep 17 00:00:00 2001 From: Gnieark Date: Mon, 19 Mar 2018 22:56:05 +0100 Subject: [PATCH] travis --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index a97431f..ad8af62 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,3 +5,5 @@ php: - '7.0' - hhvm # on Trusty only - nightly +before_script: + - curl -sSfL -o ~/.phpenv/versions/hhvm/bin/phpunit https://phar.phpunit.de/phpunit-5.7.phar