Update .travis.yml
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user