1
0
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:
Vishal Rana 2015-04-19 16:10:56 -07:00
parent 91582c0103
commit ac3475850b

View File

@ -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