Skip to content

Commit 636afbc

Browse files
committed
Fix Travis YAML
1 parent 8e3e0f4 commit 636afbc

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.travis.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@ go:
55
- tip
66
sudo: false
77
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
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
1111
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-
12+
- $HOME/gopath/bin/goveralls -service=travis-ci -repotoken $COVERALLS_TOKEN

0 commit comments

Comments
 (0)