Merge remote-tracking branch 'origin/master' into add-sewer
This commit is contained in:
commit
065083781e
@ -4,10 +4,8 @@ go:
|
|||||||
env:
|
env:
|
||||||
- "PATH=/home/travis/gopath/bin:$PATH"
|
- "PATH=/home/travis/gopath/bin:$PATH"
|
||||||
before_install:
|
before_install:
|
||||||
- go get github.com/golang/lint/golint
|
|
||||||
- go get github.com/mattn/goveralls
|
- go get github.com/mattn/goveralls
|
||||||
script:
|
script:
|
||||||
- go vet
|
- go vet
|
||||||
- golint -set_exit_status
|
|
||||||
- go test -race -v
|
- go test -race -v
|
||||||
- $HOME/gopath/bin/goveralls -ignore main.go -v -service=travis-ci
|
- $HOME/gopath/bin/goveralls -ignore main.go -v -service=travis-ci
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user