Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
Merge branch 'coversubpackages' into temp3
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel committed May 3, 2016
2 parents 9936d95 + 46f84a3 commit 9e31cd2
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ os:
before_install:
- go get github.com/mattn/goveralls
- go get golang.org/x/tools/cmd/cover
- go get github.com/axw/gocov/gocov
- go get github.com/modocache/gover
- go get github.com/keybase/go-updater/test
script:
- $HOME/gopath/bin/goveralls -service=travis-ci
- go test -coverprofile=command.coverprofile ./command
- go test -coverprofile=keybase.coverprofile ./keybase
- go test -coverprofile=process.coverprofile ./process
- go test -coverprofile=service.coverprofile ./service
- go test -coverprofile=sources.coverprofile ./sources
- go test -coverprofile=util.coverprofile ./util
- go test -coverprofile=main.coverprofile
- $HOME/gopath/bin/gover
- $HOME/gopath/bin/goveralls -coverprofile=gover.coverprofile -service=travis-ci

0 comments on commit 9e31cd2

Please sign in to comment.