Commit ddcc92a1 authored by Austin Sanders's avatar Austin Sanders
Browse files

replaced -q flag, added travis_wait

parent aa5e7f27
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
  - travis_wait conda build recipe -q
  - builddir=(`conda build recipe --output`)
  - |
    if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then