Skip to content

Commit 07d8c2d

Browse files
committed
BLD: use quiet on install
1 parent 04db779 commit 07d8c2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/install_travis.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ elif [ "$CONDA_BUILD_TEST" ]; then
184184
conda build ./conda.recipe --numpy 1.13 --python 3.5 -q --no-test
185185

186186
echo "[installing]"
187-
conda install $(conda build ./conda.recipe --numpy 1.13 --python 3.5 --output) --force
187+
conda install $(conda build ./conda.recipe --numpy 1.13 --python 3.5 --output) --quiet
188188

189189
else
190190

0 commit comments

Comments
 (0)