1
0
mirror of https://github.com/labstack/echo.git synced 2024-12-24 20:14:31 +02:00

Update .travis.yml

This commit is contained in:
Vishal Rana 2015-04-19 16:16:39 -07:00
parent f3b2e2ff3b
commit 8a2f19fe7c

View File

@ -2,6 +2,7 @@ language: go
go:
- tip
before_install:
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- go get golang.org/x/tools/cmd/cover
script: