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 5994964 commit 067d0f8Copy full SHA for 067d0f8
tests/travis/setup_arangodb.sh
@@ -9,7 +9,7 @@ NAME="ArangoDB-$VERSION"
9
if [ ! -d "$DIR/$NAME" ]; then
10
# download ArangoDB
11
echo "wget --no-check-certificate http://www.arangodb.com/repositories/nightly/travisCI/$NAME.tar.gz"
12
- wget --no-check-certificate http://www.arangodb.com/repositories/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