Skip to content
This repository has been archived by the owner on Feb 24, 2020. It is now read-only.

travis: update go versions #3821

Merged
merged 1 commit into from Oct 9, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 4 additions & 2 deletions .travis.yml
Expand Up @@ -5,8 +5,10 @@ sudo: required
dist: trusty

go:
- 1.6.4
- 1.7.5
- 1.6.x
- 1.7.x
- 1.8.x
- 1.9.x

env:
- TARGET=amd64 GIMME_ARCH=amd64
Expand Down