Merge pull request #3365 from smarterclayton/test_coverage

Reenable coverage and race detection on Travis
This commit is contained in:
Daniel Smith
2015-01-09 16:35:18 -08:00
9 changed files with 54 additions and 25 deletions

View File

@@ -14,7 +14,7 @@ install:
- ./hack/build-go.sh
script:
- KUBE_TIMEOUT='-timeout 60s' ./hack/test-go.sh
- KUBE_RACE="-race" KUBE_COVER="-cover -covermode=atomic" KUBE_TIMEOUT='-timeout 60s' ./hack/test-go.sh
- PATH=$HOME/gopath/bin:./third_party/etcd:$PATH ./hack/test-cmd.sh
- PATH=$HOME/gopath/bin:./third_party/etcd:$PATH ./hack/test-integration.sh