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

replaced -q flag, added travis_wait

parent aa5e7f27
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ after_success:
- source deactivate
- conda install -q conda-build anaconda-client
- conda config --set anaconda_upload no
- conda build recipe
- travis_wait conda build recipe -q
- builddir=(`conda build recipe --output`)
- |
if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
......
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