mirror of
https://github.com/labstack/echo.git
synced 2025-02-13 13:48:25 +02:00
Fixed build
Signed-off-by: Vishal Rana <vr@labstack.com>
This commit is contained in:
parent
33b4940cba
commit
10809fad77
7
.gitignore
vendored
7
.gitignore
vendored
@ -1,8 +1,3 @@
|
|||||||
# Website
|
|
||||||
website/public
|
|
||||||
|
|
||||||
# Glide
|
|
||||||
vendor
|
|
||||||
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
_test
|
_test
|
||||||
|
vendor
|
||||||
|
@ -5,10 +5,10 @@ go:
|
|||||||
- tip
|
- tip
|
||||||
install:
|
install:
|
||||||
- go get golang.org/x/tools/cmd/cover
|
- go get golang.org/x/tools/cmd/cover
|
||||||
- go get github.com/Masterminds/glide
|
- go get -u github.com/golang/dep/...
|
||||||
- go get github.com/mattn/goveralls
|
- go get github.com/mattn/goveralls
|
||||||
- go get github.com/modocache/gover
|
- go get github.com/modocache/gover
|
||||||
- glide install
|
- dep ensure -update
|
||||||
script:
|
script:
|
||||||
- go test -coverprofile=echo.coverprofile
|
- go test -coverprofile=echo.coverprofile
|
||||||
- go test -coverprofile=middleware.coverprofile ./middleware
|
- go test -coverprofile=middleware.coverprofile ./middleware
|
||||||
|
Loading…
x
Reference in New Issue
Block a user