From 36275f84f1dfa97a1f9c195c2f9810eafc0335fa Mon Sep 17 00:00:00 2001 From: gamonoid Date: Mon, 4 Sep 2017 15:37:43 +0200 Subject: [PATCH] Update .travis.yml --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 46011180..086fcf11 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ services: before_script: - echo "USE mysql;\nUPDATE user SET password=PASSWORD('dev') WHERE user='root';\nFLUSH PRIVILEGES;\n" | mysql -u root install: + - apt-get remove phpunit -y - wget https://phar.phpunit.de/phpunit-5.7.phar - chmod +x phpunit-5.7.phar - sudo mv phpunit-5.7.phar phpunit