From 992387224376c8b070abb36cc9a50dc62442791d Mon Sep 17 00:00:00 2001 From: Zachary Lentz Date: Wed, 4 Apr 2018 13:12:41 -0700 Subject: [PATCH] CI: switch to tag --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7bceed928ec..f775ab099e3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ install: - conda config --set always_yes yes --set changeps1 no - conda install conda-build anaconda-client - conda update -q conda conda-build - - conda config --add channels pcds-dev + - conda config --add channels pcds-tag - conda config --append channels conda-forge # Useful for debugging any issues with conda - conda info -a