Skip to content

Commit

Permalink
Merge pull request shadowsocks#447 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
arthurkiller authored Feb 21, 2019
2 parents 1b909f6 + 4ee7c0f commit 4b590b8
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 4b590b8

Please sign in to comment.