Skip to content

Commit

Permalink
tests: Only build master (#307)
Browse files Browse the repository at this point in the history
Experiment to exclude all except master
  • Loading branch information
klauspost authored Jan 7, 2021
1 parent 2bd38e0 commit 7f239fb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,7 @@ deploy:
tags: true
condition: $TRAVIS_OS_NAME = linux
go: 1.15.x

branches:
only:
- master

0 comments on commit 7f239fb

Please sign in to comment.