Skip to content
Snippets Groups Projects
Commit aa5e7f27 authored by AustinSanders's avatar AustinSanders Committed by GitHub
Browse files

remove quiet flag from conda build

travis build fails because of no output for >10 minutes.  Removing quiet flag might generate additional output needed to keep the build alive.
parent 5aba1d0d
No related branches found
No related tags found
No related merge requests found
...@@ -55,7 +55,7 @@ after_success: ...@@ -55,7 +55,7 @@ after_success:
- source deactivate - source deactivate
- 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
- conda build recipe -q - conda build recipe
- builddir=(`conda build recipe --output`) - builddir=(`conda build recipe --output`)
- | - |
if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment