Update .travis.yml

This commit is contained in:
gamonoid
2017-09-04 14:54:44 +02:00
committed by GitHub
parent 732cbfc918
commit 3e8871c485

View File

@@ -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: