Skip to content

Commit

Permalink
Only build pushes to master to avoid duplicate travis builds on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
tobami committed Feb 27, 2017
1 parent fc9f0d5 commit 038910c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -2,6 +2,9 @@ language: python
python:
- 2.7
- 3.4
branches:
only:
- master
env:
- DJANGO_VERSION=1.8.17
- DJANGO_VERSION=1.9.12
Expand Down

0 comments on commit 038910c

Please sign in to comment.