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 2eea88d commit 18e778dCopy full SHA for 18e778d
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 http://www.arangodb.org/repositories/travisCI/$NAME.tar.gz"
12
- wget http://www.arangodb.org/repositories/travisCI/$NAME.tar.gz
+ echo "wget --no-check-certificate http://www.arangodb.org/repositories/travisCI/$NAME.tar.gz"
+ wget --no-check-certificate http://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