mirror of
https://github.com/joohoi/acme-dns.git
synced 2024-12-22 22:43:53 +07:00
Travis config
This commit is contained in:
parent
9d634090f1
commit
bff6310dc7
@ -5,6 +5,11 @@ env:
|
||||
- "PATH=/home/travis/gopath/bin:$PATH"
|
||||
before_install:
|
||||
- go get -u github.com/kardianos/govendor
|
||||
- go get github.com/golang/lint/golint
|
||||
- go get github.com/mattn/goveralls
|
||||
- govendor sync
|
||||
script:
|
||||
- go test -race -v
|
||||
- go vet
|
||||
- golint
|
||||
- go test -race -v
|
||||
- $HOME/gopath/bin/goveralls -service=travis-ci
|
||||
|
Loading…
Reference in New Issue
Block a user