install gin dependency.

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

View File

@ -13,6 +13,7 @@ install:
- chmod +x ${GOPATH}/bin/coverage - chmod +x ${GOPATH}/bin/coverage
# install dependency tools # install dependency tools
- coverage tool - coverage tool
- go get -d -t -v ./...
script: script:
- coverage testing - coverage testing