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 29e9adb commit 74b3ae7Copy full SHA for 74b3ae7
.travis.yml
@@ -3,7 +3,6 @@ language: java
3
before_script:
4
- chmod 777 ./tests/travis/setup_arangodb.sh
5
- ./tests/travis/setup_arangodb.sh
6
- - curl -v root@127.0.0.1:8529/_api/version
7
8
install: mvn install -DskipTests=true -Dgpg.skip=true -Dmaven.javadoc.skip=true -B -V
9
tests/travis/setup_arangodb.sh
@@ -47,8 +47,8 @@ if [ "x$process" == "x" ]; then
47
exit 1
48
fi
49
50
-echo "Waiting until ArangoDB is ready on port 8531"
51
-while [[ -z `curl -uroot: -s 'http://127.0.0.1:8531/_api/version' ` ]] ; do
+echo "Waiting until ArangoDB is ready on port 8529"
+while [[ -z `curl -uroot: -s 'http://127.0.0.1:8529/_api/version' ` ]] ; do
52
echo -n "."
53
sleep 2s
54
done
0 commit comments