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

Commit

Permalink
[#69354178] Running the benchmark tests for loggregator lib
Browse files Browse the repository at this point in the history
- Adding go vet to the build

Signed-off-by: Johannes Tuchscherer <jtuchscherer@pivotallabs.com>
  • Loading branch information
Johannes Petzold committed Apr 16, 2014
1 parent 1ff4fff commit 8f8183e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ notifications:

before_install:
- go get code.google.com/p/go.tools/cmd/cover
- go get code.google.com/p/go.tools/cmd/vet
- go get github.com/mattn/goveralls
- go get github.com/onsi/ginkgo/ginkgo

Expand All @@ -16,7 +17,10 @@ after_success:
install:
- go get -d -v -t ./...

script: PATH=$HOME/gopath/bin:$PATH ginkgo -r --race --randomizeAllSpecs --failOnPending --skipMeasurements --cover
script:
- go vet ./...
- go test -bench ./...
- PATH=$HOME/gopath/bin:$PATH ginkgo -r --race --randomizeAllSpecs --failOnPending --skipMeasurements --cover

go:
- 1.2.1
Expand Down

0 comments on commit 8f8183e

Please sign in to comment.