We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b22a1a commit deb3a35Copy full SHA for deb3a35
.ci/travis_build_conda.sh
@@ -11,7 +11,8 @@ conda config --set always_yes yes --set changeps1 no
11
conda update -q conda
12
conda install conda-build
13
conda info -a
14
-conda config --add channels domdfcoding conda-forge || exit 1
+conda config --add channels domdfcoding || exit 1
15
+conda config --add channels conda-forge || exit 1
16
conda build conda --output-folder conda/dist
17
18
0 commit comments