mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
Manul works great, but using git submodules creates some problems (like https://github.com/travis-ci/travis-ci/issues/5806), switch to govendor to have reproducible builds
7 lines
113 B
Makefile
7 lines
113 B
Makefile
ci:
|
|
! gofmt -l *.go | read nothing
|
|
go vet
|
|
go test -v ./...
|
|
go get github.com/golang/lint/golint
|
|
golint *.go
|