From 866796f524362f4c29a68c52063d9a6e0dbe7f3d Mon Sep 17 00:00:00 2001 From: gamonoid Date: Mon, 4 Sep 2017 16:48:33 +0200 Subject: [PATCH] Update .travis.yml --- .travis.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 086fcf11..f166edf4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,11 +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 - - phpunit --version + - composer require phpunit/phpunit ^5.7 language: php php: - '5.5'