Skip to content
Snippets Groups Projects
Commit 57496f9b authored by Austin Sanders's avatar Austin Sanders
Browse files

Added travis_wait to conda build output

parent ddcc92a1
Branches
Tags
No related merge requests found
...@@ -56,7 +56,7 @@ after_success: ...@@ -56,7 +56,7 @@ after_success:
- conda install -q conda-build anaconda-client - conda install -q conda-build anaconda-client
- conda config --set anaconda_upload no - conda config --set anaconda_upload no
- travis_wait conda build recipe -q - travis_wait conda build recipe -q
- builddir=(`conda build recipe --output`) - travis_wait builddir=(`conda build recipe --output`)
- | - |
if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
anaconda -t="$CONDA_UPLOAD_TOKEN" upload $builddir --force; anaconda -t="$CONDA_UPLOAD_TOKEN" upload $builddir --force;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment