Skip to content

Commit

Permalink
Only test released Go versions
Browse files Browse the repository at this point in the history
Currently Go tip is not entirely happy with modules from Go 1.13,
but it's not something we care about until Go 1.14 is out.
  • Loading branch information
bobrik committed Nov 26, 2019
1 parent 02f32cc commit 4311edb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ language: go

go:
- 1.x
- master

before_install:
# We're not interested in gopath provided by travis, default ~/go is good
Expand Down

0 comments on commit 4311edb

Please sign in to comment.