Skip to content

Commit 038910c

Browse files
committed
Only build pushes to master to avoid duplicate travis builds on PRs
1 parent fc9f0d5 commit 038910c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ language: python
22
python:
33
- 2.7
44
- 3.4
5+
branches:
6+
only:
7+
- master
58
env:
69
- DJANGO_VERSION=1.8.17
710
- DJANGO_VERSION=1.9.12

0 commit comments

Comments
 (0)