Update .travis.yml

This commit is contained in:
gamonoid
2017-09-04 15:37:43 +02:00
committed by GitHub
parent 3e8871c485
commit 36275f84f1

View File

@@ -3,6 +3,7 @@ services:
before_script: before_script:
- echo "USE mysql;\nUPDATE user SET password=PASSWORD('dev') WHERE user='root';\nFLUSH PRIVILEGES;\n" | mysql -u root - echo "USE mysql;\nUPDATE user SET password=PASSWORD('dev') WHERE user='root';\nFLUSH PRIVILEGES;\n" | mysql -u root
install: install:
- apt-get remove phpunit -y
- wget https://phar.phpunit.de/phpunit-5.7.phar - wget https://phar.phpunit.de/phpunit-5.7.phar
- chmod +x phpunit-5.7.phar - chmod +x phpunit-5.7.phar
- sudo mv phpunit-5.7.phar phpunit - sudo mv phpunit-5.7.phar phpunit