mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-23 11:56:36 +11:00
Restrict Travis to build master and develop only. No need to con-test feature branches
This commit is contained in:
parent
b362cd2ef6
commit
dd610b5ff9
1 changed files with 5 additions and 0 deletions
|
@ -16,6 +16,11 @@ matrix:
|
|||
- python: 3.3
|
||||
env: DJANGO=1.5.5
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- develop
|
||||
|
||||
install:
|
||||
- "pip install coverage==3.7"
|
||||
- "pip install python-coveralls==2.4.0"
|
||||
|
|
Loading…
Reference in a new issue