Updated travis build script

This commit is contained in:
Joshua Estes 2014-07-02 16:11:25 -04:00
parent 1ec45b43dc
commit 9dc7ffd808
1 changed files with 5 additions and 0 deletions

View File

@ -7,5 +7,10 @@ install:
- composer install
before_script:
- mysql -e 'create database magento;'
- rm build/magento/app/etc/local.xml
- 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
script: php bin/phing
cache:
directories:
- vendor/
- build/magento/