Merge pull request #708 from lucas-clemente/lucas-clemente-patch-1

Add Go 1.9beta2 to travis config
This commit is contained in:
Lucas Clemente
2017-07-12 12:08:32 +02:00
committed by GitHub

View File

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