fixed travis

This commit is contained in:
Anand Doshi 2015-03-25 19:15:41 +05:30
parent a24393f12d
commit 941c582fc0

View file

@ -18,12 +18,11 @@ install:
script:
- cd ~/frappe-bench
- bench set-default-site test_site
- bench frappe --use test_site
- bench frappe --reinstall
- bench frappe -b
- bench frappe --build_website
- bench frappe --serve_test &
- bench frappe --verbose --run_tests
- bench use test_site
- bench reinstall
- bench build
- bench build-website
- bench --verbose run-tests
before_script:
- mysql -e 'create database test_frappe'