mirror of
https://github.com/labstack/echo.git
synced 2025-01-12 01:22:21 +02:00
Update .travis.yml
This commit is contained in:
parent
ac3475850b
commit
f3b2e2ff3b
@ -2,10 +2,7 @@ language: go
|
||||
go:
|
||||
- tip
|
||||
before_install:
|
||||
- go get github.com/modocache/gover
|
||||
- go get github.com/mattn/goveralls
|
||||
- go get golang.org/x/tools/cmd/cover
|
||||
script:
|
||||
- go test -coverprofile=echo.coverprofile
|
||||
- $HOME/gopath/bin/gover
|
||||
- $HOME/gopath/bin/goveralls -coverprofile=gover.coverprofile -service=travis-ci
|
||||
- $HOME/gopath/bin/goveralls -service=travis-ci
|
||||
|
Loading…
Reference in New Issue
Block a user