From a312e941a11320312fea284e16be08293ae69cf4 Mon Sep 17 00:00:00 2001 From: jlaura <jlaura@asu.edu> Date: Fri, 29 Dec 2017 15:03:59 -0700 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 17a2190..2b0b221 100644 --- a/.travis.yml +++ b/.travis.yml @@ -50,7 +50,7 @@ after_success: - source deactivate - conda install conda-build anaconda-client - conda config --set anaconda_upload yes - - conda build --token $CONDA_UPLOAD_TOKEN --python $PYTHON_VERSION recipe + - conda build --quiet --token $CONDA_UPLOAD_TOKEN --python $PYTHON_VERSION recipe notifications: webhooks: -- GitLab