configure branches for travis
This commit is contained in:
parent
14e103e582
commit
baec30e2e7
1 changed files with 6 additions and 2 deletions
|
|
@ -16,8 +16,12 @@ script:
|
|||
webnotes --run_tests -v test_site
|
||||
|
||||
branches:
|
||||
only:
|
||||
- testing
|
||||
except:
|
||||
- develop
|
||||
- master
|
||||
- 3.x.x
|
||||
- slow
|
||||
- webshop_refactor
|
||||
|
||||
before_script:
|
||||
- mysql -e 'create database travis' &&
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue