Restrict Travis to build master and develop only. No need to con-test feature branches

This commit is contained in:
Martin Mahner 2013-12-02 21:31:32 +01:00
parent b362cd2ef6
commit dd610b5ff9

View file

@ -16,6 +16,11 @@ matrix:
- python: 3.3 - python: 3.3
env: DJANGO=1.5.5 env: DJANGO=1.5.5
branches:
only:
- master
- develop
install: install:
- "pip install coverage==3.7" - "pip install coverage==3.7"
- "pip install python-coveralls==2.4.0" - "pip install python-coveralls==2.4.0"