File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,16 +15,16 @@ before_install:
15
15
-O /home/travis/.cache/miniconda.sh;
16
16
bash /home/travis/.cache/miniconda.sh -b -p /home/travis/miniconda;
17
17
export PATH=/home/travis/miniconda/bin:$PATH ;
18
- if $INSTALL_DEB_DEPENDECIES; then sudo rm -rf /dev/shm; fi
19
- if $INSTALL_DEB_DEPENDECIES; then sudo ln -s /run/shm /dev/shm; fi
18
+ if $INSTALL_DEB_DEPENDECIES; then sudo rm -rf /dev/shm; fi;
19
+ if $INSTALL_DEB_DEPENDECIES; then sudo ln -s /run/shm /dev/shm; fi;
20
20
bash <(wget -q -O- http://neuro.debian.net/_files/neurodebian-travis.sh);
21
21
sudo apt-get -y update;
22
22
sudo apt-get -y install xvfb fusefat;
23
23
if $INSTALL_DEB_DEPENDECIES; then travis_retry sudo apt-get install -y -qq
24
- fsl afni elastix fsl-atlases; fi
24
+ fsl afni elastix fsl-atlases; fi;
25
25
if $INSTALL_DEB_DEPENDECIES; then
26
26
source /etc/fsl/fsl.sh;
27
- source /etc/afni/afni.sh; fi
27
+ source /etc/afni/afni.sh; fi;
28
28
export FSLOUTPUTTYPE=NIFTI_GZ;
29
29
bleh; }
30
30
- travis_retry download_bi
You can’t perform that action at this time.
0 commit comments