We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87526a1 commit b76e8dfCopy full SHA for b76e8df
.travis.yml
@@ -1,11 +1,7 @@
1
language: go
2
go:
3
- - 1.7.3
4
-
+ - 1.8.1
5
before_install:
6
- go get github.com/mattn/goveralls
7
- - go get golang.org/x/tools/cmd/cover
8
9
script:
10
- - go test -covermode=count -coverprofile=profile.cov -v ./...
11
- - $HOME/gopath/bin/goveralls -coverprofile=profile.cov -service=travis-ci
+ - $HOME/gopath/bin/goveralls -service=travis-ci
0 commit comments