manually create $GOPATH/bin so glide can install

This commit is contained in:
Jakob Schrettenbrunner 2017-06-27 12:48:18 +02:00
parent 1a206872ff
commit f183654996

View File

@ -5,6 +5,7 @@ go:
- master
install:
- mkdir $GOPATH/bin
- curl https://glide.sh/get | sh
- go get github.com/mitchellh/gox
- go get github.com/haya14busa/goverage