Skip to content

Commit b76e8df

Browse files
committed
try fix travis builds, newer goveralls etc
1 parent 87526a1 commit b76e8df

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.travis.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
language: go
22
go:
3-
- 1.7.3
4-
3+
- 1.8.1
54
before_install:
65
- go get github.com/mattn/goveralls
7-
- go get golang.org/x/tools/cmd/cover
8-
96
script:
10-
- go test -covermode=count -coverprofile=profile.cov -v ./...
11-
- $HOME/gopath/bin/goveralls -coverprofile=profile.cov -service=travis-ci
7+
- $HOME/gopath/bin/goveralls -service=travis-ci

0 commit comments

Comments
 (0)