Fixed default website creation

Default website generation was creating company page twice,
which led to duplicate website route validation
diff --git a/.travis.yml b/.travis.yml
index 4ac996a..fd26535 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,7 +21,7 @@
     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&currency=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&company_tagline=Testing&email=test@erpnext.com&password=test' test_site &&
+    frappe --request '?cmd=erpnext.setup.page.setup_wizard.setup_wizard.setup_account&currency=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&company_tagline=Testing&email=test@erpnext.com&password=test' test_site &&
     frappe --verbose --run_tests test_site --app erpnext
 
 before_script: