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