Skip to content

Commit

Permalink
Better goveralls Travis CI integration
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Waugh <twaugh@redhat.com>
  • Loading branch information
twaugh committed Feb 28, 2018
1 parent 105b9f0 commit 208ccf4
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
@@ -1,11 +1,9 @@
sudo: false
language: go
install:
- go get golang.org/x/tools/cmd/cover
sudo: false
before_install:
- go get github.com/mattn/goveralls
- go get -t -v ./...
script:
- go test -v -covermode=count -coverprofile=coverage.out
- $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis.ci
- $GOPATH/bin/goveralls -service=travis-ci
notifications:
email: false

0 comments on commit 208ccf4

Please sign in to comment.