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 b059dcd commit 2c71c9aCopy full SHA for 2c71c9a
tests/travis/setup_arangodb.sh
@@ -3,13 +3,13 @@
3
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
4
cd $DIR
5
6
-VERSION=devel-nightly
+VERSION=3.0.4
7
NAME=ArangoDB-$VERSION
8
9
if [ ! -d "$DIR/$NAME" ]; then
10
# download ArangoDB
11
- echo "wget https://www.arangodb.com/repositories/nightly/travisCI/$NAME.tar.gz"
12
- wget https://www.arangodb.com/repositories/nightly/travisCI/$NAME.tar.gz
+ echo "curl -L -o x $NAME.tar.gz https://www.arangodb.org/repositories/travisCI/$NAME.tar.gz"
+ curl -L -o x $NAME.tar.gz https://www.arangodb.org/repositories/travisCI/$NAME.tar.gz
13
echo "tar zxf $NAME.tar.gz"
14
tar zvxf $NAME.tar.gz
15
fi
0 commit comments