Skip to content

Commit

Permalink
ARROW-6770: [CI][Travis] Download Minio quietly
Browse files Browse the repository at this point in the history
Closes apache#5568 from kszucs/ARROW-6770 and squashes the following commits:

ef4fd49 <Krisztián Szűcs> install minio silently

Authored-by: Krisztián Szűcs <[email protected]>
Signed-off-by: Krisztián Szűcs <[email protected]>
  • Loading branch information
kszucs committed Oct 5, 2019
1 parent 273a848 commit f2fab62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/travis_install_minio.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ if [ "$ARROW_TRAVIS_S3" == "1" ]; then

S3FS_DIR=~/.local/bin/
mkdir -p $S3FS_DIR
wget --directory-prefix $S3FS_DIR $MINIO_URL
wget --quiet --directory-prefix $S3FS_DIR $MINIO_URL
chmod +x $S3FS_DIR/minio
fi
fi

0 comments on commit f2fab62

Please sign in to comment.