Skip to content

Commit

Permalink
Bump Go versions and use '.x' to always get latest patch versions
Browse files Browse the repository at this point in the history
  • Loading branch information
HaraldNordgren committed Oct 28, 2018
1 parent 49161dd commit 4ee7c0f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: go
go:
- "1.8"
- "1.9"
- "1.10"
- "1.11"
- "1.8.x"
- "1.9.x"
- "1.10.x"
- "1.11.x"
install:
- go get golang.org/x/crypto/blowfish
- go get golang.org/x/crypto/cast5
Expand Down

0 comments on commit 4ee7c0f

Please sign in to comment.