Skip to content

Commit 5d60cef

Browse files
committed
fix error in travis.yml
1 parent 25e65b9 commit 5d60cef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ before_install:
2626
source /etc/afni/afni.sh;
2727
export FSLOUTPUTTYPE=NIFTI_GZ; fi }
2828
- function conda_inst {
29-
export CONDA_HOME=$HOME/conda
29+
export CONDA_HOME=$HOME/conda &&
3030
if [ ! -d "${CONDA_HOME}" ]; then
3131
wget https://repo.continuum.io/archive/Miniconda${TRAVIS_PYTHON_VERSION:0:1}-latest-Linux-x86_64.sh
3232
-O /home/travis/.cache/conda.sh &&

0 commit comments

Comments
 (0)