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 barakmich committed Nov 3, 2018
1 parent e4023df commit e2c7638
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ language: go
sudo: false

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

install:
Expand Down

0 comments on commit e2c7638

Please sign in to comment.