Skip to content

Commit

Permalink
Merge pull request #40 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
dmcgowan committed Jan 29, 2019
2 parents c928146 + 21d40dc commit 4eb64ca
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
language: go
go:
- 1.7
- 1.7.x
- 1.8.x
- 1.9.x
- 1.10.x
- 1.11.x
- master

0 comments on commit 4eb64ca

Please sign in to comment.