fix Travis configuration to actually run the integration tests

This commit is contained in:
Marten Seemann
2018-11-01 18:14:24 +07:00
parent 257c4732c3
commit 3f3fe2b4d9

View File

@@ -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