fix travis
This commit is contained in:
@@ -3,10 +3,14 @@ sudo: required
|
|||||||
go:
|
go:
|
||||||
- 1.4
|
- 1.4
|
||||||
- 1.5
|
- 1.5
|
||||||
|
- 1.6
|
||||||
before_install:
|
before_install:
|
||||||
- go get github.com/axw/gocov/gocov
|
- go get github.com/axw/gocov/gocov
|
||||||
- go get github.com/mattn/goveralls
|
- go get github.com/mattn/goveralls
|
||||||
- go get golang.org/x/tools/cmd/cover
|
- go get golang.org/x/tools/cmd/cover
|
||||||
|
- go get github.com/gin-gonic/gin
|
||||||
|
- go get github.com/labstack/echo
|
||||||
|
- go get github.com/go-fsnotify/fsnotify
|
||||||
install:
|
install:
|
||||||
- go get github.com/gorilla/websocket
|
- go get github.com/gorilla/websocket
|
||||||
script:
|
script:
|
||||||
|
|||||||
Reference in New Issue
Block a user