Browse Source

Merge pull request #3 from alexflint/add_coveralls

add coveralls to .travis.yml
Alex Flint 10 years ago
parent
commit
3bcc30f8fe
1 changed files with 6 additions and 1 deletions
  1. +6
    -1
      .travis.yml

+ 6
- 1
.travis.yml View File

@ -1,4 +1,9 @@
language: go
go:
- 1.4
- 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
script:
- $HOME/gopath/bin/goveralls -service=travis-ci

Loading…
Cancel
Save