mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Hey travis, why do you randomly fail to log into MySQL?
This commit is contained in:
parent
da4b995dc8
commit
9a09fdf820
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue