From ddcc92a116bb829463a5d8a36ab649d31b93bdf3 Mon Sep 17 00:00:00 2001
From: Austin Sanders <arsanders@ugs.gov>
Date: Wed, 30 Sep 2020 10:14:36 -0700
Subject: [PATCH] replaced -q flag, added travis_wait

---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index c93f2fc..0a05c8c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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
-- 
GitLab