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 1c956b0 commit 13b3cc6Copy full SHA for 13b3cc6
.travis.yml
@@ -25,9 +25,9 @@ before_install:
25
export FSLOUTPUTTYPE=NIFTI_GZ; fi }
26
- function conda_inst {
27
export CONDA_HOME=$HOME/conda &&
28
- wget https://repo.continuum.io/archive/Miniconda${TRAVIS_PYTHON_VERSION:0:1}-latest-Linux-x86_64.sh
+ wget https://repo.continuum.io/miniconda/Miniconda${TRAVIS_PYTHON_VERSION:0:1}-latest-Linux-x86_64.sh
29
-O /home/travis/.cache/conda.sh &&
30
- bash /home/travis/.cache/conda.sh -b -p ${CONDA_HOME} &&
+ bash /home/travis/.cache/conda.sh -b -p ${CONDA_HOME} &&
31
export PATH=${CONDA_HOME}/bin:$PATH &&
32
hash -r &&
33
conda config --set always_yes yes --set changeps1 no &&
0 commit comments