diff --git a/.travis.yml b/.travis.yml index 68398d9..8ab4aed 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,4 +10,11 @@ go: - 1.2 - 1.3 - 1.4 - - tip \ No newline at end of file + - tip + +before_install: + - go get github.com/axw/gocov/gocov + - go get github.com/mattn/goveralls + - if ! go get code.google.com/p/go.tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi +script: + - $HOME/gopath/bin/goveralls -service=travis-ci