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 d3a0ae3 commit 6e1f372Copy full SHA for 6e1f372
.travis.yml
@@ -15,6 +15,12 @@ env:
15
16
script: make $TEST_SUITE
17
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
23
+
24
# Install Docker CE
25
before_install:
26
- curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
0 commit comments