Skip to content

Commit 7b8cd8d

Browse files
committed
use quiet
1 parent 95d779d commit 7b8cd8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/install_travis.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ which conda
4747
echo
4848
echo "[update conda]"
4949
conda config --set ssl_verify false || exit 1
50-
conda config --set always_yes true --set changeps1 false || exit 1
50+
conda config --set quiet true --set always_yes true --set changeps1 false || exit 1
5151
conda update -q conda
5252

5353
echo

0 commit comments

Comments
 (0)