add make build

This commit is contained in:
Scott Miller 2015-09-23 22:20:44 -04:00
parent 98f178eca5
commit 63394f038b

View File

@ -9,9 +9,10 @@ install:
- go get github.com/golang/lint/golint - go get github.com/golang/lint/golint
- make deps - make deps
go:
- 1.4
script: script:
# TODO: Bring this back: - fgt golint # TODO: Bring this back: - fgt golint
- make test - make test
- make build
go:
- 1.4