Okay, MY_GOARCH mysteriously does make it into the environment.

So, let's try transfering now...
This commit is contained in:
David Anderson 2017-05-20 23:23:29 -07:00
parent 435d88f7e1
commit ec37c75374

View File

@ -13,6 +13,8 @@ install:
script:
- env
- export GOARCH=$MY_GOARCH
- env
- glide install
- go test $(glide novendor)
- go vet $(glide novendor)