Skip to content

Commit

Permalink
don't build other branches (#490)
Browse files Browse the repository at this point in the history
  • Loading branch information
reaperhulk authored and alex committed Oct 29, 2018
1 parent 8a384c3 commit 468fe32
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ group: edge
dist: trusty
sudo: required

# Only build master, the version branches (e.g. 1.7.x), and
# version tags (which are apparently considered branches by travis)
branches:
only:
- master
- /\d+\.\d+\.x/
- /\d+\.\d+(\.\d+)?/


matrix:
include:
- python: 2.7
Expand Down

0 comments on commit 468fe32

Please sign in to comment.