mirror of
https://github.com/labstack/echo.git
synced 2025-03-11 14:49:56 +02:00
Fixed broken build
Signed-off-by: Vishal Rana <vr@labstack.com>
This commit is contained in:
parent
91582c0103
commit
ac3475850b
@ -7,6 +7,5 @@ before_install:
|
|||||||
- go get golang.org/x/tools/cmd/cover
|
- go get golang.org/x/tools/cmd/cover
|
||||||
script:
|
script:
|
||||||
- go test -coverprofile=echo.coverprofile
|
- go test -coverprofile=echo.coverprofile
|
||||||
- go test -coverprofile=middleware.coverprofile ./middleware
|
|
||||||
- $HOME/gopath/bin/gover
|
- $HOME/gopath/bin/gover
|
||||||
- $HOME/gopath/bin/goveralls -coverprofile=gover.coverprofile -service=travis-ci
|
- $HOME/gopath/bin/goveralls -coverprofile=gover.coverprofile -service=travis-ci
|
||||||
|
Loading…
x
Reference in New Issue
Block a user