travis: only create $GOPATH/bin if it doesn't exist
This commit is contained in:
parent
91ff924933
commit
1bbad7d24e
|
@ -15,7 +15,7 @@ addons:
|
||||||
- glide
|
- glide
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- mkdir $GOPATH/bin
|
- mkdir -p $GOPATH/bin
|
||||||
|
|
||||||
# Install other tools
|
# Install other tools
|
||||||
- go get github.com/mitchellh/gox
|
- go get github.com/mitchellh/gox
|
||||||
|
|
Loading…
Reference in New Issue
Block a user