Skip to content

Commit

Permalink
Merge pull request #1202 from HaraldNordgren/go_versions
Browse files Browse the repository at this point in the history
Bump Go versions and use '.x' to always get latest patch versions
  • Loading branch information
bai committed Nov 15, 2018
2 parents f3f4f5f + e93a5a9 commit b7eb234
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: go
go:
- 1.9.7
- 1.10.4
- 1.11
- 1.9.x
- 1.10.x
- 1.11.x

env:
global:
Expand Down

0 comments on commit b7eb234

Please sign in to comment.