Skip to content

Commit

Permalink
Merge pull request #15 from python-hyper/reduce-travis-builds
Browse files Browse the repository at this point in the history
Only do branch builds on master.
  • Loading branch information
Lukasa committed May 4, 2017
2 parents 856c74b + 71c7dcd commit 0872c53
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ python:
- "3.4"
- "3.5"
- "3.6"
sudo: false

branches:
only:
- master

env:
- MODE=pytest
Expand Down

0 comments on commit 0872c53

Please sign in to comment.