From 57496f9beb94eb0eb9cb96f3d410ba42903a9d8c Mon Sep 17 00:00:00 2001 From: Austin Sanders <arsanders@ugs.gov> Date: Wed, 30 Sep 2020 10:45:36 -0700 Subject: [PATCH] Added travis_wait to conda build output --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0a05c8c..f09a211 100644 --- a/.travis.yml +++ b/.travis.yml @@ -56,7 +56,7 @@ after_success: - conda install -q conda-build anaconda-client - conda config --set anaconda_upload no - travis_wait conda build recipe -q - - builddir=(`conda build recipe --output`) + - travis_wait builddir=(`conda build recipe --output`) - | if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then anaconda -t="$CONDA_UPLOAD_TOKEN" upload $builddir --force; -- GitLab