fixed travis
This commit is contained in:
parent
a24393f12d
commit
941c582fc0
1 changed files with 5 additions and 6 deletions
11
.travis.yml
11
.travis.yml
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue