Skip to content

Commit

Permalink
chore: use master instead of tip
Browse files Browse the repository at this point in the history
This is essentially the same, but travis prefers master now
  • Loading branch information
kernle32dll committed Dec 20, 2019
1 parent 56e5cc1 commit ecb7d6b
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.x
- 1.13.x
- tip
- master

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

os:
- linux
Expand Down

0 comments on commit ecb7d6b

Please sign in to comment.