From 3f3fe2b4d94b4482b6ef0920d5d14015dcbd4063 Mon Sep 17 00:00:00 2001 From: Marten Seemann Date: Thu, 1 Nov 2018 18:14:24 +0700 Subject: [PATCH] fix Travis configuration to actually run the integration tests --- .travis/script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/script.sh b/.travis/script.sh index cd101757c..967748072 100755 --- a/.travis/script.sh +++ b/.travis/script.sh @@ -22,5 +22,5 @@ if [ ${TESTMODE} == "integration" ]; then ginkgo -race -randomizeAllSpecs -randomizeSuites -trace benchmark -- -samples=1 -size=10 fi # run integration tests - ginkgo -r -v -randomizeAllSpecs -randomizeSuites -trace -skipPackage integrationtests + ginkgo -r -v -randomizeAllSpecs -randomizeSuites -trace integrationtests fi