Skip to content

Commit

Permalink
Bump Go versions and use '.x' to always get latest minor versions
Browse files Browse the repository at this point in the history
  • Loading branch information
HaraldNordgren authored and georgelesica-wf committed Nov 15, 2018
1 parent 04af852 commit 8019298
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Expand Up @@ -3,10 +3,10 @@ language: go
sudo: false

go:
- "1.8"
- "1.9"
- "1.10"
- "1.11"
- "1.8.x"
- "1.9.x"
- "1.10.x"
- "1.11.x"
- tip

script:
Expand Down

0 comments on commit 8019298

Please sign in to comment.