Skip to content

Commit 13b3cc6

Browse files
committed
fix miniconda link
1 parent 1c956b0 commit 13b3cc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ before_install:
2525
export FSLOUTPUTTYPE=NIFTI_GZ; fi }
2626
- function conda_inst {
2727
export CONDA_HOME=$HOME/conda &&
28-
wget https://repo.continuum.io/archive/Miniconda${TRAVIS_PYTHON_VERSION:0:1}-latest-Linux-x86_64.sh
28+
wget https://repo.continuum.io/miniconda/Miniconda${TRAVIS_PYTHON_VERSION:0:1}-latest-Linux-x86_64.sh
2929
-O /home/travis/.cache/conda.sh &&
30-
bash /home/travis/.cache/conda.sh -b -p ${CONDA_HOME} &&
30+
bash /home/travis/.cache/conda.sh -b -p ${CONDA_HOME} &&
3131
export PATH=${CONDA_HOME}/bin:$PATH &&
3232
hash -r &&
3333
conda config --set always_yes yes --set changeps1 no &&

0 commit comments

Comments
 (0)