language:gogo:-"1.10.x"-"1.11.x"# first part of the GOARCH workaround# setting the GOARCH directly doesn't work, since the value will be overwritten later# so set it to a temporary environment variable firstenv:-TRAVIS_GOARCH=amd64-TRAVIS_GOARCH=386# second part of the GOARCH workaround# now actually set the GOARCH env variable to the value of the temporary variable set earlierbefore_install:-make deps-export GOARCH=$TRAVIS_GOARCH-go env# for debuggingscript:-ginkgo -r -v --cover --randomizeAllSpecs --randomizeSuites --trace --progresscache:directories:-$GOPATH/src/gx