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 6006c5c commit e3b0b8cCopy full SHA for e3b0b8c
tests/travis/setup_arangodb.sh
@@ -8,8 +8,8 @@ NAME=ArangoDB-$VERSION
8
9
if [ ! -d "$DIR/$NAME" ]; then
10
# download ArangoDB
11
- echo "wget https://www.arangodb.org/repositories/travisCI/$NAME.tar.gz"
12
- wget https://www.arangodb.org/repositories/travisCI/$NAME.tar.gz
+ echo "wget https://www.arangodb.com/repositories/travisCI/$NAME.tar.gz"
+ wget https://www.arangodb.com/repositories/travisCI/$NAME.tar.gz
13
echo "tar zxf $NAME.tar.gz"
14
tar zvxf $NAME.tar.gz
15
fi
0 commit comments