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

Commit

Permalink
add --race to ginkgo runs
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Jackson committed Apr 10, 2014
1 parent 4826282 commit 5109caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ after_success:
install:
- go get -d -v -t ./...

script: PATH=$HOME/gopath/bin:$PATH ginkgo -r --randomizeAllSpecs --failOnPending --skipMeasurements --cover
script: PATH=$HOME/gopath/bin:$PATH ginkgo -r --race --randomizeAllSpecs --failOnPending --skipMeasurements --cover

go:
- 1.2.1
Expand Down

0 comments on commit 5109caf

Please sign in to comment.