Merge pull request #1080 from lucas-clemente/travis-go-1.10-beta

also run the Travis tests with Go 1.10 beta
This commit is contained in:
Marten Seemann
2018-01-02 22:54:29 +07:00
committed by GitHub

View File

@@ -8,6 +8,7 @@ language: go
go:
- 1.9.2
- 1.10beta1
# first part of the GOARCH workaround
# setting the GOARCH directly doesn't work, since the value will be overwritten later