From 33e1db8c40f1337845338f2d8c745f297b74c172 Mon Sep 17 00:00:00 2001 From: Pratik Vyas Date: Thu, 17 Apr 2014 19:04:34 +0530 Subject: [PATCH] Add language to setup wizard (travis) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c46018ffa5..d1600411fb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,7 @@ script: cd ./test_sites/ && frappe --reinstall test_site && frappe --install_app erpnext test_site --verbose && - 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 --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&language=english' test_site && frappe --verbose --run_tests test_site --app erpnext before_script: