We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e3e0f4 commit 636afbcCopy full SHA for 636afbc
.travis.yml
@@ -5,10 +5,8 @@ go:
5
- tip
6
sudo: false
7
before_install:
8
-- go get github.com/axw/gocov/gocov
9
-- go get github.com/mattn/goveralls
10
-- if ! go get github.com/golang/tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
+ - go get github.com/axw/gocov/gocov
+ - go get github.com/mattn/goveralls
+ - if ! go get github.com/golang/tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
11
script:
12
-- go test -v -covermode=count -coverprofile=coverage.out
13
-- $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN
14
-
+ - $HOME/gopath/bin/goveralls -service=travis-ci -repotoken $COVERALLS_TOKEN
0 commit comments