Skip to content

Commit 11ec023

Browse files
author
a-brandt
committed
changed to nightly
1 parent 7069431 commit 11ec023

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=3.0.0
6+
VERSION=devel-nightly
77
NAME=ArangoDB-$VERSION
88

99
if [ ! -d "$DIR/$NAME" ]; then
@@ -31,7 +31,7 @@ ${ARANGOD} \
3131
--configuration none \
3232
--server.endpoint tcp://127.0.0.1:8529 \
3333
--server.endpoint ssl://127.0.0.1:8530 \
34-
--server.keyfile ./server.pem \
34+
--ssl.keyfile ./server.pem \
3535
--javascript.app-path ${ARANGODB_DIR}/js/apps \
3636
--javascript.startup-directory ${ARANGODB_DIR}/js \
3737
--server.authentication=true &

0 commit comments

Comments
 (0)