From a08855a0deded79779570f7d7221675680689478 Mon Sep 17 00:00:00 2001 From: Pratik Vyas Date: Thu, 20 Feb 2014 00:06:35 +0530 Subject: [PATCH] add site arg to travis build script, booboo --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 22461acefa..0106858d68 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ script: cd ./test_sites/ && frappe --reinstall -v test_site && frappe --install_app erpnext -v test_site && - frappe --request '?cmd=erpnext.setup.page.setup_wizard.setup_wizard.setup_account¤cy=USD&first_name=Test&last_name=User&company_name=Wind+Power+LLC&timezone=America/New_York&company_abbr=WP&industry=Manufacturing&country=United states&fy_start_date=2014-01-01&fy_end_date=2014-12-31' && + frappe --request '?cmd=erpnext.setup.page.setup_wizard.setup_wizard.setup_account¤cy=USD&first_name=Test&last_name=User&company_name=Wind+Power+LLC&timezone=America/New_York&company_abbr=WP&industry=Manufacturing&country=United states&fy_start_date=2014-01-01&fy_end_date=2014-12-31' test_site && frappe --run_tests -v test_site --app erpnext before_script: