Skip to content

Commit

Permalink
Fix issue when Travis builds the same commit twice (once in a branch …
Browse files Browse the repository at this point in the history
…and once in PR)
  • Loading branch information
mszostok committed Nov 1, 2019
1 parent ceeab27 commit a03c6f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ go: "1.13"
# Skip the install step. Don't `go get` dependencies. Only build with the code in vendor/
install: skip

branches:
only:
- "master"
env:
global:
- GO111MODULE=off
Expand Down

0 comments on commit a03c6f6

Please sign in to comment.