diff --git a/.travis.yml b/.travis.yml index 4113f944..e3c138c2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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