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 22c7bbc commit 96f2a72Copy full SHA for 96f2a72
.travis.yml
@@ -1,13 +1,9 @@
1
language: java
2
3
-before_install:
4
- - 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
-
8
-services:
9
- - docker
10
+before_script:
+ - chmod 777 ./tests/travis/setup_arangodb.sh
+ - ./tests/travis/setup_arangodb.sh
+
11
install: mvn install -DskipTests=true -Dgpg.skip=true -Dmaven.javadoc.skip=true -B -V
12
13
jdk:
0 commit comments