Skip to content

Commit c40a11e

Browse files
try conda-forge
1 parent e435dda commit c40a11e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,12 @@ install:
3434
- bash miniconda.sh -b -p $HOME/miniconda
3535
- export PATH="$HOME/miniconda/bin:$PATH"
3636
- hash -r
37-
- conda config --set always_yes yes --set changeps1 no
38-
- conda update -q conda
39-
- conda install conda-build
37+
- conda update --yes -q conda
38+
- conda install --yes conda-build
4039
# Useful for debugging any issues with conda
4140
- conda info -a
4241
- gcc -v
4342
- g++ -v
4443

4544
script:
46-
- conda build --debug -c defaults $PYVER conda-recipe
45+
- conda build -c conda-forge $PYVER conda-recipe

0 commit comments

Comments
 (0)