Skip to content

Commit 69bd46f

Browse files
committed
Keep travis happy
1 parent 559467a commit 69bd46f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ script: make $TEST_SUITE
1818
# 3.1 cluster startup is not always a success, causing lots of false positive.
1919
matrix:
2020
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
21+
- env: TEST_SUITE=run-tests-local-process ARANGODB=arangodb:3.1 STARTER_MODES="single,cluster"
22+
- env: TEST_SUITE=run-tests-docker ARANGODB=arangodb:3.1 STARTER_MODES="single,cluster"
2323

2424
# Install Docker CE
2525
before_install:

0 commit comments

Comments
 (0)