Merge pull request #785 from lucas-clemente/go1.9rc2

Use 1.9rc2 on travis
This commit is contained in:
Lucas Clemente
2017-08-10 12:36:11 +02:00
committed by GitHub

View File

@@ -8,7 +8,7 @@ language: go
go:
- 1.8.x
- 1.9beta2
- 1.9rc2
# first part of the GOARCH workaround
# setting the GOARCH directly doesn't work, since the value will be overwritten later