Verbose in travis
This commit is contained in:
parent
ddd2b8a398
commit
61649c1d43
@ -20,9 +20,9 @@ install:
|
|||||||
script:
|
script:
|
||||||
cd ./test_sites/ &&
|
cd ./test_sites/ &&
|
||||||
frappe --reinstall test_site &&
|
frappe --reinstall test_site &&
|
||||||
frappe --install_app erpnext 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' test_site &&
|
||||||
frappe --run_tests test_site --app erpnext
|
frappe --verbose --run_tests test_site --app erpnext
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- mysql -e 'create database travis' &&
|
- mysql -e 'create database travis' &&
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user