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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@ after_success:
  - source deactivate
  - conda install -q conda-build anaconda-client
  - conda config --set anaconda_upload no
  - conda build recipe -q
  - conda build recipe
  - builddir=(`conda build recipe --output`)
  - |
    if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then