mirror of
https://github.com/labstack/echo.git
synced 2025-04-21 12:17:04 +02:00
fixed .travis.yml
Signed-off-by: Vishal Rana <vr@labstack.com>
This commit is contained in:
parent
0aaa61e51c
commit
64dc9138e3
@ -4,11 +4,16 @@ go:
|
|||||||
- 1.7
|
- 1.7
|
||||||
- tip
|
- tip
|
||||||
install:
|
install:
|
||||||
|
- go get golang.org/x/tools/cmd/cover
|
||||||
- go get github.com/Masterminds/glide
|
- go get github.com/Masterminds/glide
|
||||||
- go get github.com/mattn/goveralls
|
- go get github.com/mattn/goveralls
|
||||||
|
- go get github.com/modocache/gover
|
||||||
- glide install
|
- glide install
|
||||||
script:
|
script:
|
||||||
- goveralls -service=travis-ci
|
- go test -coverprofile=echo.coverprofile
|
||||||
|
- go test -coverprofile=middleware.coverprofile ./middleware
|
||||||
|
- gover
|
||||||
|
- goveralls -coverprofile=gover.coverprofile -service=travis-ci
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- go: tip
|
- go: tip
|
||||||
|
Loading…
x
Reference in New Issue
Block a user