Skip to content

Commit

Permalink
Travis coverage/coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
sideshow committed Jan 16, 2016
1 parent 32e29ea commit f5133f3
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,18 @@ go:
- 1.5.3
- tip

before_install:
- 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

install:
- go get golang.org/x/net/http2
- go get golang.org/x/crypto/pkcs12
- go get golang.org/x/net/http2
- go get golang.org/x/crypto/pkcs12

os:
- linux
- linux

script:
- go test -v ./...
- $HOME/gopath/bin/goveralls -service=travis-ci

0 comments on commit f5133f3

Please sign in to comment.