Update .travis.yml

This commit is contained in:
gamonoid
2017-09-04 17:10:06 +02:00
committed by GitHub
parent 941f5d41f9
commit df7bed49e4

View File

@@ -3,7 +3,7 @@ services:
before_script:
- echo "USE mysql;\nUPDATE user SET password=PASSWORD('dev') WHERE user='root';\nFLUSH PRIVILEGES;\n" | mysql -u root
install:
- composer require phpunit/phpunit ^5.7
- phpunit --version
language: php
php:
- '5.5'