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
|
||||
|
||||
install:
|
||||
- mkdir $GOPATH/bin
|
||||
- mkdir -p $GOPATH/bin
|
||||
|
||||
# Install other tools
|
||||
- go get github.com/mitchellh/gox
|
||||
|
|
Loading…
Reference in New Issue
Block a user