run integration tests on CircleCI, disable Chrome tests on Travis

This commit is contained in:
Marten Seemann
2018-05-30 22:45:15 +08:00
parent 036131e084
commit d4a1e75ae1
3 changed files with 55 additions and 1 deletions

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 integrationtests
ginkgo -r -v -randomizeAllSpecs -randomizeSuites -trace integrationtests -skipPackage chrome
fi