check bin folder exist.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2016-12-11 11:54:57 +08:00
parent 66f3dcfdad
commit 83605b37d6

View File

@ -8,6 +8,7 @@ go:
- tip
install:
- test -d ${GOPATH}/bin || mkdir -p ${GOPATH}/bin
- wget https://raw.githubusercontent.com/appleboy/golang-testing/master/coverage.sh -O ${GOPATH}/bin/coverage
- chmod +x ${GOPATH}/bin/coverage
# install dependency tools