From 06e5994121f1793a230d0b1e74fec3d412fd4de0 Mon Sep 17 00:00:00 2001
From: jlaura <jlaura@asu.edu>
Date: Sat, 30 Dec 2017 14:07:21 -0700
Subject: [PATCH] Update .travis.yml

---
 .travis.yml | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index e75a316..e7f3275 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -33,13 +33,10 @@ before_install:
 
 install:
   - conda config --add channels conda-forge
-  - conda config --add channels jlaura
-  - conda install -c conda-forge gdal h5py
-  - conda install pandas sqlalchemy pyyaml networkx affine protobuf scipy
-  - pip install pvl
+  - conda install -q gdal h5py pandas sqlalchemy pyyaml networkx affine protobuf scipy pvl
 
   # Development installation
-  - conda install pytest  pytest-cov sh anaconda-client
+  - conda install -q pytest pytest-cov sh
 
 script:
   - pytest --cov=plio
@@ -48,9 +45,9 @@ after_success:
   - coveralls
   # Need to do the build in the root
   - source deactivate
-  - conda install conda-build anaconda-client
+  - conda install -q conda-build anaconda-client
   - conda config --set anaconda_upload yes
-  - conda build -q --token $CONDA_UPLOAD_TOKEN --python $PYTHON_VERSION recipe
+  - conda build --token $CONDA_UPLOAD_TOKEN --python $PYTHON_VERSION recipe -q
 
 notifications:
   webhooks:
-- 
GitLab