Skip to content

Commit

Permalink
Fix travis nightly path
Browse files Browse the repository at this point in the history
  • Loading branch information
mpv1989 committed Jun 30, 2017
1 parent bb2a316 commit f7e747b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/travis/setup_arangodb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ NAME=ArangoDB-$VERSION

if [ ! -d "$DIR/$NAME" ]; then
# download ArangoDB
echo "wget https://www.arangodb.com/repositories/nightly/travisCI/$NAME.tar.gz"
wget https://www.arangodb.com/repositories/nightly/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
echo "tar zxf $NAME.tar.gz"
tar zvxf $NAME.tar.gz
fi
Expand Down

0 comments on commit f7e747b

Please sign in to comment.