Skip to content

Commit

Permalink
Update travis, Not to use coveralls.
Browse files Browse the repository at this point in the history
  • Loading branch information
toomore committed Apr 29, 2015
1 parent 57f2a1e commit 3e33ac9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ before_install:
- go get golang.org/x/tools/cmd/vet
- go get golang.org/x/tools/cmd/goimports
- go get github.com/golang/lint/golint
- go get github.com/mattn/goveralls
# - go get github.com/mattn/goveralls

script:
- sh ./goclean.sh
- $HOME/gopath/bin/goveralls -coverprofile=profile.cov -service=travis-ci
# - $HOME/gopath/bin/goveralls -coverprofile=profile.cov -service=travis-ci
- go test -bench=. -benchmem ./...

0 comments on commit 3e33ac9

Please sign in to comment.