Skip to content

Commit 8b61478

Browse files
committed
Update setup_arangodb.sh
Bump ArangoDB to Version 1.3.3 for Travis tests
1 parent 8c86eee commit 8b61478

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/travis/setup_arangodb.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
44
cd $DIR
55

6-
VERSION=1.3.2
6+
VERSION=1.3.3
77
NAME=ArangoDB-$VERSION
88

99
if [ ! -d "$DIR/$NAME" ]; then
@@ -61,4 +61,4 @@ while [[ -z `curl -s 'http://127.0.0.1:8529/_api/version' ` ]] ; do
6161
sleep 2s
6262
done
6363

64-
echo "ArangoDB is up"
64+
echo "ArangoDB is up"

0 commit comments

Comments
 (0)