Update .travis.yml
This commit is contained in:
parent
84a77790e3
commit
195cab676a
1 changed files with 0 additions and 8 deletions
|
|
@ -16,14 +16,6 @@ script:
|
|||
frappe -b -v test_site &&
|
||||
frappe --run_tests -v test_site
|
||||
|
||||
branches:
|
||||
except:
|
||||
- develop
|
||||
- master
|
||||
- 3.x.x
|
||||
- slow
|
||||
- webshop_refactor
|
||||
|
||||
before_script:
|
||||
- mysql -e 'create database travis' &&
|
||||
- echo "USE mysql;\nUPDATE user SET password=PASSWORD('travis') WHERE user='travis';\nFLUSH PRIVILEGES;\n" | mysql -u root
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue