remove ginkgo -p flag

This commit is contained in:
mark.lin 2017-08-31 10:47:36 +08:00
parent dc69f95394
commit 12933bebc0
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ matrix:
sudo: required
go: 1.7.6
script:
- go test -parallel 4 $(glide novendor | grep -v "\.\/tests\/\.\.\.") && cd tests && ginkgo -p
- go test -parallel 4 $(glide novendor | grep -v "\.\/tests\/\.\.\.") && cd tests && ginkgo
# These are the latest Go versions.
- os: linux
@ -16,7 +16,7 @@ matrix:
sudo: required
go: 1.8.3
script:
- go test -parallel 4 $(glide novendor | grep -v "\.\/tests\/\.\.\.") && cd tests && ginkgo -p
- go test -parallel 4 $(glide novendor | grep -v "\.\/tests\/\.\.\.") && cd tests && ginkgo
services:
- docker