mirror of
https://github.com/labstack/echo.git
synced 2024-12-24 20:14:31 +02:00
updated deps, .travis.yml
Signed-off-by: Vishal Rana <vr@labstack.com>
This commit is contained in:
parent
8aa0e56e50
commit
0aaa61e51c
11
.travis.yml
11
.travis.yml
@ -3,15 +3,12 @@ go:
|
||||
- 1.6
|
||||
- 1.7
|
||||
- tip
|
||||
before_install:
|
||||
- go get github.com/modocache/gover
|
||||
install:
|
||||
- go get github.com/Masterminds/glide
|
||||
- go get github.com/mattn/goveralls
|
||||
- go get golang.org/x/tools/cmd/cover
|
||||
- glide install
|
||||
script:
|
||||
- go test -coverprofile=echo.coverprofile
|
||||
- go test -coverprofile=middleware.coverprofile ./middleware
|
||||
- $HOME/gopath/bin/gover
|
||||
- $HOME/gopath/bin/goveralls -coverprofile=gover.coverprofile -service=travis-ci
|
||||
- goveralls -service=travis-ci
|
||||
matrix:
|
||||
allow_failures:
|
||||
- go: tip
|
||||
|
6
glide.lock
generated
6
glide.lock
generated
@ -1,5 +1,5 @@
|
||||
hash: b592629b56c43e0f6fcef629a3e46106b07431120d42ed45952d841655407e3e
|
||||
updated: 2016-10-25T11:15:52.451088614-07:00
|
||||
hash: d63c27ff06a540317f63f231ada71f3d03f1c09e79a2c47b29b43c654903fc8b
|
||||
updated: 2016-11-17T10:05:04.395879866-08:00
|
||||
imports:
|
||||
- name: github.com/daaku/go.zipexe
|
||||
version: a5fe2436ffcb3236e175e5149162b41cd28bd27d
|
||||
@ -79,7 +79,7 @@ testImports:
|
||||
subpackages:
|
||||
- spew
|
||||
- name: github.com/pmezard/go-difflib
|
||||
version: 792786c7400a136282c1664665ae0a8db921c6c2
|
||||
version: d8ed2627bdf02c080bf22230dbb337003b7aba2d
|
||||
subpackages:
|
||||
- difflib
|
||||
- name: github.com/stretchr/testify
|
||||
|
@ -2,6 +2,7 @@ package: github.com/labstack/echo
|
||||
import:
|
||||
- package: github.com/GeertJohan/go.rice
|
||||
- package: github.com/dgrijalva/jwt-go
|
||||
- package: github.com/gorilla/websocket
|
||||
- package: github.com/labstack/gommon
|
||||
subpackages:
|
||||
- bytes
|
||||
@ -16,7 +17,6 @@ import:
|
||||
subpackages:
|
||||
- websocket
|
||||
- package: google.golang.org/appengine
|
||||
- package: github.com/gorilla/websocket
|
||||
testImport:
|
||||
- package: github.com/stretchr/testify
|
||||
subpackages:
|
||||
|
Loading…
Reference in New Issue
Block a user