We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 559467a commit 69bd46fCopy full SHA for 69bd46f
.travis.yml
@@ -18,8 +18,8 @@ script: make $TEST_SUITE
18
# 3.1 cluster startup is not always a success, causing lots of false positive.
19
matrix:
20
allow_failures:
21
- - env: TEST_SUITE=run-tests-local-process ARANGODB=arangodb:3.1
22
- - env: TEST_SUITE=run-tests-docker ARANGODB=arangodb:3.1
+ - env: TEST_SUITE=run-tests-local-process ARANGODB=arangodb:3.1 STARTER_MODES="single,cluster"
+ - env: TEST_SUITE=run-tests-docker ARANGODB=arangodb:3.1 STARTER_MODES="single,cluster"
23
24
# Install Docker CE
25
before_install:
0 commit comments