try moving go definition

This commit is contained in:
Scott Miller 2015-09-24 16:44:45 -04:00
parent d373904d2d
commit b9bd2222fc

View File

@ -13,9 +13,6 @@ install:
- go get github.com/golang/lint/golint - go get github.com/golang/lint/golint
- make deps - make deps
go:
- tip
script: script:
# TODO: Bring this back: - fgt golint # TODO: Bring this back: - fgt golint
- make test - make test
@ -29,3 +26,6 @@ deploy:
script: ./docker-deploy.sh script: ./docker-deploy.sh
on: on:
branch: master branch: master
go:
- tip