mirror of
https://github.com/labstack/echo.git
synced 2025-04-21 12:17:04 +02:00
Changed travis config
Signed-off-by: Vishal Rana <vr@labstack.com>
This commit is contained in:
parent
99b22847a0
commit
bbafeb9abd
@ -2,8 +2,11 @@ language: go
|
|||||||
go:
|
go:
|
||||||
- tip
|
- tip
|
||||||
before_install:
|
before_install:
|
||||||
- go get github.com/axw/gocov/gocov
|
- go get github.com/modocache/gover
|
||||||
- go get github.com/mattn/goveralls
|
- go get github.com/mattn/goveralls
|
||||||
- go get golang.org/x/tools/cmd/cover
|
- go get golang.org/x/tools/cmd/cover
|
||||||
script:
|
script:
|
||||||
- $HOME/gopath/bin/goveralls -service=travis-ci
|
- go test -coverprofile=echo.coverprofile
|
||||||
|
- go test -coverprofile=mw.coverprofile ./middleware
|
||||||
|
- $HOME/gopath/bin/gover
|
||||||
|
- $HOME/gopath/bin/goveralls -coverprofile=gover.coverprofile -service=travis-ci
|
||||||
|
Loading…
x
Reference in New Issue
Block a user