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 f7e109c commit abc3487Copy full SHA for abc3487
.travis.yml
@@ -38,7 +38,7 @@ before_install:
38
bash miniconda.sh -b -p $HOME/miniconda
39
export PATH="$HOME/miniconda/bin:$PATH"
40
conda config --set always_yes yes --set changeps1 no --set show_channel_urls true
41
- conda update conda
+ conda update conda --quiet
42
conda config --add channels conda-forge --force
43
conda install pycryptosat
44
conda config --set safety_checks disabled
0 commit comments