Update .travis.yml

This commit is contained in:
gamonoid
2017-09-04 14:25:19 +02:00
committed by GitHub
parent 26f0cdcca0
commit 732cbfc918

View File

@@ -2,6 +2,8 @@ services:
- mysql
before_script:
- echo "USE mysql;\nUPDATE user SET password=PASSWORD('dev') WHERE user='root';\nFLUSH PRIVILEGES;\n" | mysql -u root
install:
- phpunit --version
language: php
php:
- '5.5'