Skip to content

Commit

Permalink
Merge pull request satori#87 from HaraldNordgren/go_versions
Browse files Browse the repository at this point in the history
Bump Go versions and use 1.n.x to get latest minor versions
  • Loading branch information
satori authored Oct 28, 2018
2 parents 8ccf535 + 3df6b01 commit b2ce238
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
language: go
sudo: false
go:
- 1.6
- 1.7
- 1.8
- 1.9
- "1.10"
- 1.11
- 1.6.x
- 1.7.x
- 1.8.x
- 1.9.x
- 1.10.x
- 1.11.x
- tip
matrix:
allow_failures:
Expand Down

0 comments on commit b2ce238

Please sign in to comment.