mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
Fix intermittent error with Travis CI
This commit is contained in:
parent
adcfb0c24b
commit
c1d63ce38f
1 changed files with 2 additions and 2 deletions
|
|
@ -11,8 +11,8 @@ services:
|
|||
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"
|
||||
- mysql -u root -e "SET PASSWORD FOR travis = PASSWORD('travis'); FLUSH PRIVILEGES"
|
||||
- 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"
|
||||
- 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