1
0
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:
Vishal Rana 2017-05-11 14:55:11 -07:00
parent 33b4940cba
commit 10809fad77
2 changed files with 3 additions and 8 deletions

7
.gitignore vendored
View File

@ -1,8 +1,3 @@
# Website
website/public
# Glide
vendor
.DS_Store .DS_Store
_test _test
vendor

View File

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