Skip to content

Commit

Permalink
Merge #84: Travis: Update to Go 1.10.3 for releases, and test on newe…
Browse files Browse the repository at this point in the history
…r Go versions.

4ee5a1c Travis: Update to Go 1.10.3 for releases, and test on newer Go versions. (JeremyRand)

Pull request description:

  TODO:

  - [x] Test this on Travis.

Tree-SHA512: 0cf071d09cf359e2cc327d6eca76e5e832cc762543d62e57948c957d6ab7560367f747f666246778727d9bd2d06f24be0a466b7f9da461c799cd369bfe9c0c97
  • Loading branch information
JeremyRand committed Aug 21, 2018
2 parents bad0c81 + 4ee5a1c commit 5235417
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
language: go
go:
- "1.10"
- "1.10.3"
- "1.10.x"
- "1.x"
- "master"

addons:
apt:
Expand All @@ -26,4 +29,4 @@ env:
# GITHUB_TOKEN for automatic releases
- secure: "at1oJs7ib7glx3W+zk+OkT041LdknVXirIhN403CIihVUrlOhODY7yCTgvF4Rk0jYBJiT35Q2qxpgfWF2qGnsNsQmjG3ydDWQDCepDc/CgXfLyoiSTJK5vTK72dYWTVsBTycXbj1CbSy2X2ah/KWjc4RcgZ67ER7mDpRU5nFeow="
# Set this to the Go version to use for releases (must appear in version list above).
- RELEASE_GO_VERSION="1.9"
- RELEASE_GO_VERSION="1.10.3"

0 comments on commit 5235417

Please sign in to comment.