Skip to content

Commit f3b2e2f

Browse files
author
Vishal Rana
committed
Update .travis.yml
1 parent ac34758 commit f3b2e2f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@ language: go
22
go:
33
- tip
44
before_install:
5-
- go get github.com/modocache/gover
65
- go get github.com/mattn/goveralls
76
- go get golang.org/x/tools/cmd/cover
87
script:
9-
- go test -coverprofile=echo.coverprofile
10-
- $HOME/gopath/bin/gover
11-
- $HOME/gopath/bin/goveralls -coverprofile=gover.coverprofile -service=travis-ci
8+
- $HOME/gopath/bin/goveralls -service=travis-ci

0 commit comments

Comments
 (0)