Update .travis.yml

This commit is contained in:
Liang Ding 2014-12-20 12:14:11 +08:00
parent 357c8629e3
commit a42152e43f
1 changed files with 6 additions and 0 deletions

View File

@ -2,3 +2,9 @@ language: go
go: go:
- 1.4 - 1.4
before_install:
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- go get golang.org/x/tools/cmd/cover
script:
- $HOME/gopath/bin/goveralls -repotoken W04Y4p452CDeI9gcsC8t5y217uHnUDFCb