Skip to content

Commit

Permalink
Merge pull request #102 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
xtaci authored Oct 28, 2018
2 parents f8d329f + 672ab90 commit 263526e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
language: go
go:
- 1.9
- 1.9.x
- 1.10.x
- 1.11.x

before_install:
- go get -t -v ./...
Expand Down

0 comments on commit 263526e

Please sign in to comment.