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
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment