Skip to content

Commit

Permalink
Trying to get coverage reporting to work
Browse files Browse the repository at this point in the history
  • Loading branch information
abates committed Jun 21, 2016
1 parent 8e31186 commit 4c182a1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
language: go

sudo: false

go:
- tip

install:
before_install:
- go get golang.org/x/tools/cmd/cover
- go get github.com/mattn/goveralls

script: go test -v -covermode=count -coverprofile=coverage.out $HOME/gopath/bin/goveralls -service=travis-ci -repotoken $COVERALLS_TOKEN

script:
- $HOME/gopath/bin/goveralls -service=travis-ci

0 comments on commit 4c182a1

Please sign in to comment.