Skip to content

Commit

Permalink
CI: use mattn/coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
haya14busa committed Sep 14, 2016
1 parent 04d8d32 commit 4e17b8a
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,10 @@ install:
- go get -d -v -t ./...
- go get golang.org/x/tools/cmd/cover
- go get github.com/golang/lint/golint
# - go get github.com/mattn/goveralls
- git clone -b coverpkg https://github.com/haya14busa/goveralls $GOPATH/src/github.com/haya14busa/goveralls
- cd $GOPATH/src/github.com/haya14busa/goveralls
- go get -d -v -t ./...
- go install
- cd -
- go get github.com/mattn/goveralls

script:
- go test -v -race ./...
- goveralls -service=travis-ci -coverpkg=./...
- goveralls -service=travis-ci
- go vet ./...
- golint -set_exit_status .

0 comments on commit 4e17b8a

Please sign in to comment.