Remove darwin/386 from integration tests

This commit is contained in:
Alexander Neumann 2020-09-12 17:09:33 +02:00
parent e207257714
commit 59fca85844
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ func (env *TravisEnvironment) Prepare() error {
env.goxOSArch = []string{
"linux/386", "linux/amd64",
"windows/386", "windows/amd64",
"darwin/386", "darwin/amd64",
"darwin/amd64",
"freebsd/386", "freebsd/amd64",
"openbsd/386", "openbsd/amd64",
"netbsd/386", "netbsd/amd64",