Hey travis, why do you randomly fail to log into MySQL?

This commit is contained in:
Kijin Sung 2017-09-11 21:17:19 +09:00
parent da4b995dc8
commit 9a09fdf820

View file

@ -12,7 +12,7 @@ before_script:
- npm install grunt grunt-cli grunt-contrib-jshint grunt-contrib-csslint grunt-phplint --save-dev
- mysql -u root -e "CREATE DATABASE rhymix CHARSET utf8mb4 COLLATE utf8mb4_unicode_ci"
- mysql -u root -e "GRANT ALL PRIVILEGES ON rhymix.* TO travis@localhost"
- mysql -u root -e "SET PASSWORD FOR travis@localhost = PASSWORD('travis'); FLUSH PRIVILEGES"
- mysql -u root -e "UPDATE mysql.user SET Password = PASSWORD('travis') WHERE User = 'travis'; FLUSH PRIVILEGES"
- phpenv config-rm xdebug.ini
- php -S localhost:8000 &
- wget http://codeception.com/releases/2.1.11/codecept.phar