We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e435dda commit c40a11eCopy full SHA for c40a11e
.travis.yml
@@ -34,13 +34,12 @@ install:
34
- bash miniconda.sh -b -p $HOME/miniconda
35
- export PATH="$HOME/miniconda/bin:$PATH"
36
- hash -r
37
- - conda config --set always_yes yes --set changeps1 no
38
- - conda update -q conda
39
- - conda install conda-build
+ - conda update --yes -q conda
+ - conda install --yes conda-build
40
# Useful for debugging any issues with conda
41
- conda info -a
42
- gcc -v
43
- g++ -v
44
45
script:
46
- - conda build --debug -c defaults $PYVER conda-recipe
+ - conda build -c conda-forge $PYVER conda-recipe
0 commit comments