Updated so that php5-xdebug is installed

This commit is contained in:
Joshua Estes 2014-07-03 10:48:29 -04:00
parent 0656c290ff
commit 0ec67e4193
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ php:
install:
- composer install
before_script:
- sudo apt-get install php5-xdebug
- mysql -e 'create database magento;'
- if [ -e build/magento/app/etc/local.xml ]; then rm build/magento/app/etc/local.xml; fi
- php bin/n98-magerun install --dbHost="127.0.0.1" --dbUser="travis" --dbPass="" --dbName="magento" --installSampleData=yes --useDefaultConfigParams=yes --magentoVersion="1.9.0.1" --installationFolder="build/magento" --baseUrl="http://www.localhost.com:8080" -n