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 966ebf3 commit 74b9bb9Copy full SHA for 74b9bb9
tests/travis/setup_arangodb.sh
@@ -3,13 +3,13 @@
3
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
4
cd $DIR
5
6
-VERSION=2.5.1
+VERSION=devel-nightly
7
NAME=ArangoDB-$VERSION
8
9
if [ ! -d "$DIR/$NAME" ]; then
10
# download ArangoDB
11
- echo "wget --no-check-certificate http://www.arangodb.com/repositories/travisCI/$NAME.tar.gz"
12
- wget --no-check-certificate http://www.arangodb.com/repositories/travisCI/$NAME.tar.gz
+ echo "wget --no-check-certificate http://www.arangodb.com/repositories/nightly/travisCI/$NAME.tar.gz"
+ wget --no-check-certificate http://www.arangodb.com/repositories/nightly/travisCI/$NAME.tar.gz
13
echo "tar zxf $NAME.tar.gz"
14
tar zvxf $NAME.tar.gz
15
fi
0 commit comments