Skip to content

Commit 01e04da

Browse files
colinmollenhourtmotyl
authored andcommitted
Fix Magento install.
1 parent 30564cc commit 01e04da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev/travis/before_script.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ case $TEST_SUITE in
3030
--locale en_US --timezone "America/Los_Angeles" --default_currency USD \
3131
--db_host 127.0.0.1 --db_name magento --db_user root --db_pass "" \
3232
--url "http://${MAGENTO_HOST_NAME}/" --use_rewrites yes --use_secure no \
33+
--secure_base_url "http://${MAGENTO_HOST_NAME}/" --use_secure_admin no \
3334
--admin_lastname Owner --admin_firstname Store --admin_email "[email protected]" \
3435
--admin_username admin --admin_password 123123 \
3536
--encryption_key "I2V7t7fiCIRKw9FWz4m3CStgeBG1T+ATZ0Us+W8jAIk="

0 commit comments

Comments
 (0)