Skip to content

Commit

Permalink
Merge pull request #157 from kernle32dll/fix-tip-naming
Browse files Browse the repository at this point in the history
Rename tip to master in travis build file
  • Loading branch information
g-w authored Jan 6, 2020
2 parents 0585050 + 4832eb1 commit 128c9e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ language: go
go:
- "1.12"
- "1.13"
- tip
- master

# Allow builds from tip to fail - they might be in an unstable state
jobs:
allow_failures:
- go: tip
- go: master

env:
- GO111MODULE=on
Expand Down

0 comments on commit 128c9e4

Please sign in to comment.