From 3e8871c48512550e6617d68aba36dc6a187254a1 Mon Sep 17 00:00:00 2001 From: gamonoid Date: Mon, 4 Sep 2017 14:54:44 +0200 Subject: [PATCH] Update .travis.yml --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 04acdb04..46011180 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,9 @@ services: before_script: - echo "USE mysql;\nUPDATE user SET password=PASSWORD('dev') WHERE user='root';\nFLUSH PRIVILEGES;\n" | mysql -u root install: + - wget https://phar.phpunit.de/phpunit-5.7.phar + - chmod +x phpunit-5.7.phar + - sudo mv phpunit-5.7.phar phpunit - phpunit --version language: php php: