configure branches for travis

This commit is contained in:
Pratik Vyas 2013-12-24 12:11:49 +05:30
parent 14e103e582
commit baec30e2e7

View file

@ -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' &&