Merge pull request #1571 from lucas-clemente/fix-travis-config

fix Travis configuration to actually run the integration tests
This commit is contained in:
Marten Seemann
2018-11-02 16:01:57 +07:00
committed by GitHub

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