Skip to content

Commit 74b3ae7

Browse files
author
Mark
committed
travis
1 parent 29e9adb commit 74b3ae7

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ language: java
33
before_script:
44
- chmod 777 ./tests/travis/setup_arangodb.sh
55
- ./tests/travis/setup_arangodb.sh
6-
- curl -v root@127.0.0.1:8529/_api/version
76

87
install: mvn install -DskipTests=true -Dgpg.skip=true -Dmaven.javadoc.skip=true -B -V
98

tests/travis/setup_arangodb.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ if [ "x$process" == "x" ]; then
4747
exit 1
4848
fi
4949

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
50+
echo "Waiting until ArangoDB is ready on port 8529"
51+
while [[ -z `curl -uroot: -s 'http://127.0.0.1:8529/_api/version' ` ]] ; do
5252
echo -n "."
5353
sleep 2s
5454
done

0 commit comments

Comments
 (0)