Disable xdebug extension in Travis CI

This commit is contained in:
Kijin Sung 2017-09-04 14:11:48 +09:00
parent e734caf7b3
commit 25dbe2c87b

View file

@ -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: