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 9a681cc commit 22c7bbcCopy full SHA for 22c7bbc
.travis.yml
@@ -1,7 +1,7 @@
1
language: java
2
3
before_install:
4
- - docker run -d -e ARANGO_NO_AUTH=1 -p 8529:8529 m0ppers/arangodb:hihi
+ - docker run -d -e ARANGO_NO_AUTH=1 -p 8529:8529 m0ppers/arangodb:hihi --server.authentication=true
5
- CONTINUE=1
6
- while [ $CONTINUE -eq 1 ]; do sleep 1 && curl -s 127.0.0.1:8529/_api/version && CONTINUE=0; done
7
0 commit comments