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
- make deps
go:
- 1.4
script:
# TODO: Bring this back: - fgt golint
- make test
go:
- 1.4
- make build