mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-05 11:32:12 +09:00
Disable xdebug extension in Travis CI
This commit is contained in:
parent
e734caf7b3
commit
25dbe2c87b
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ before_script:
|
|||
- 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')"
|
||||
- phpenv config-rm xdebug.ini
|
||||
- php -S localhost:8000 &
|
||||
- wget http://codeception.com/releases/2.1.11/codecept.phar
|
||||
script:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue