Skip to content

Commit

Permalink
use github.com/go-playground/overalls
Browse files Browse the repository at this point in the history
  • Loading branch information
jolestar committed Jan 7, 2016
1 parent a108e0b commit 98cda19
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,18 @@ go:
- tip
before_install:
- go get github.com/axw/gocov/gocov
- go get github.com/go-playground/overalls
- 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
install:
- go get github.com/stretchr/testify
script:
#- "$HOME/gopath/bin/goveralls -service=travis-ci"
- go test ./...
- bash coverage
- ${GOPATH%%:*}/bin/goveralls -coverprofile=gover.coverprofile -repotoken $COVERALLS_TOKEN
#- go test ./...
#- bash coverage
- ${GOPATH%%:*}/bin/overalls -project=github.com/jolestar/go-commons-pool -covermode=count -debug
- ${GOPATH%%:*}/bin/goveralls -coverprofile=overalls.coverprofile -repotoken $COVERALLS_TOKEN
env:
global:
secure: ls4MmUJQPUA91M7XLk/nAMhxhfg00XKqgnZ4e/UePQqm6W29dxgsrmFx1PPuZd52Q8K04d0LsL3fnU3/X0GBTklcYjcgjBi4z7cOSwirGHC634tfirwbNujWc2rSzvqHeszl+7BuRrTodYhwqPABju5HIv9z+q87IZWvYCsV2OQ8OX/pHYL7H0dwGyma0gwN5KAySfPZ5Zl51eY5BuBsEcHsuxiwMvNRagQIkWvrM2yIO9oLzHEEcrdZGyVSJHKch4t9nnsueU/k0yzgYPPLmjzQaPHlQkOCEMg0g1S5vEGVBmEKNxqccNHk6dzgaEkAfvm8xf+KsZ2IMMJuOsIXkxhOkcbMF4Wqz9UaKYRYZkVNPcL4ZzbCi8nibvXubmGQHw/yTxq+JP2s8Iw89pzKkzkuMV3MBwQ+ZpX55iQGgMLBZbDHB99ZcujyextWgxD7Y6bNrkMgWcnEk4OotP4fXb6+pQbOlKq5xOIiEnPoPwq6kUnAph0sMYmI7mqKaL6Llp6q2RHqhJtoNAreSHg/KcVYoAJaeQtEKx/KeRSH00BLpNdX1JvXW8R2B3uTgUb3yYxvmR4FcTfWmNsEMfhJhQersBEI5bS+iPVcIVOdTKjTBuasrwyr0ikNOvDSgunRBs4cwBVrVCLgZC3n72aPc61X/J/tlQM47QqiasImrdo=

0 comments on commit 98cda19

Please sign in to comment.