Updated the command that installs magento

This commit is contained in:
Joshua Estes 2014-07-02 14:56:18 -04:00
parent 223dc18aa5
commit ab7d89acbd
1 changed files with 1 additions and 1 deletions

View File

@ -7,5 +7,5 @@ install:
- composer install
before_script:
- mysql -e 'create database magento;'
- php bin/n98-magerun install --dbHost="127.0.0.1" --dbUser="travis" --dbName="magento" --installSampleData=yes --useDefaultConfigParams=yes --magentoVersion="1.9.0.1" --installationFolder="build/magento" --baseUrl="http://www.localhost.com:8080"
- 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