travis: only create $GOPATH/bin if it doesn't exist

This commit is contained in:
Jakob Schrettenbrunner 2017-08-02 22:58:26 +02:00
parent 91ff924933
commit 1bbad7d24e

View File

@ -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