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

Commit

Permalink
travis configuration updated
Browse files Browse the repository at this point in the history
  • Loading branch information
husio committed Feb 23, 2015
1 parent a08b7ba commit 87337e9
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,8 @@ before_install:
- go get github.com/kisielk/errcheck

script:
- go test -v -race github.com/husio/kafka
- go test -v -race github.com/husio/kafka/proto
- go vet github.com/husio/kafka
- go vet github.com/husio/kafka/proto
- go vet github.com/husio/kafka/kafkatest
- errcheck github.com/husio/kafka
- errcheck github.com/husio/kafka/proto
- errcheck github.com/husio/kafka/kafkatest
- go test -v -race ./...
- go vet ./...
- errcheck ./...

sudo: false

0 comments on commit 87337e9

Please sign in to comment.