mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-12 06:30:35 +00:00
Travis CI setup.
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
prepare:
|
||||
go get -d -v ./...
|
||||
go get launchpad.net/gocheck
|
||||
go get github.com/axw/gocov/gocov
|
||||
go get github.com/golang/lint/golint
|
||||
go get github.com/matm/gocov-html
|
||||
go get github.com/mattn/goveralls
|
||||
|
||||
coverage:
|
||||
gocov test ./... | gocov-html > coverage.html
|
||||
open coverage.html
|
||||
|
||||
check:
|
||||
go tool vet -all=true .
|
||||
golint .
|
||||
|
||||
test:
|
||||
go test -v ./...
|
||||
Reference in New Issue
Block a user