Skip to content

Commit

Permalink
updated deps, .travis.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Vishal Rana <[email protected]>
  • Loading branch information
vishr authored and Vishal Rana committed Nov 17, 2016
1 parent 8aa0e56 commit 0aaa61e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
11 changes: 4 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 3 additions & 3 deletions glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -16,7 +17,6 @@ import:
subpackages:
- websocket
- package: google.golang.org/appengine
- package: github.com/gorilla/websocket
testImport:
- package: github.com/stretchr/testify
subpackages:
Expand Down

0 comments on commit 0aaa61e

Please sign in to comment.