Skip to content

Commit

Permalink
Track the code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
YoshiyukiMineo committed Sep 27, 2015
1 parent fbf121b commit f2e66b9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
language: go
go:
- 1.4
- tip
- 1.5
sudo: false
before_install:
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
script:
- go test -v .
- $GOPATH/bin/goveralls -service=travis-ci
- cd example && go build -o http_breaker && ./http_breaker

0 comments on commit f2e66b9

Please sign in to comment.