Skip to content

Commit 18e778d

Browse files
committed
ignore certificate
1 parent 2eea88d commit 18e778d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/travis/setup_arangodb.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ NAME=ArangoDB-$VERSION
88

99
if [ ! -d "$DIR/$NAME" ]; then
1010
# 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
11+
echo "wget --no-check-certificate http://www.arangodb.org/repositories/travisCI/$NAME.tar.gz"
12+
wget --no-check-certificate http://www.arangodb.org/repositories/travisCI/$NAME.tar.gz
1313
echo "tar zxf $NAME.tar.gz"
1414
tar zvxf $NAME.tar.gz
1515
fi

0 commit comments

Comments
 (0)