File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ before_install:
13
13
- chmod +x miniconda.sh
14
14
- ./miniconda.sh -b
15
15
- export PATH=/home/travis/miniconda/bin:$PATH
16
- - if [ " $INSTALL_DEB_DEPENDECIES" = true ]; sudo rm -rf /dev/shm; fi
17
- - if [ " $INSTALL_DEB_DEPENDECIES" = true ]; sudo ln -s /run/shm /dev/shm; fi
18
- - if [ " $INSTALL_DEB_DEPENDECIES" = true ]; bash <(wget -q -O- http://neuro.debian.net/_files/neurodebian-travis.sh); fi
19
- - if [ " $INSTALL_DEB_DEPENDECIES" = true ]; travis_retry sudo apt-get install -qq --no-install-recommends fsl afni elastix; fi
20
- - if [ " $INSTALL_DEB_DEPENDECIES" = true ]; travis_retry sudo apt-get install -qq fsl-atlases; fi
21
- - if [ " $INSTALL_DEB_DEPENDECIES" = true ]; source /etc/fsl/fsl.sh; fi
16
+ - if $INSTALL_DEB_DEPENDECIES; then sudo rm -rf /dev/shm; fi
17
+ - if $INSTALL_DEB_DEPENDECIES; then sudo ln -s /run/shm /dev/shm; fi
18
+ - if $INSTALL_DEB_DEPENDECIES; then bash <(wget -q -O- http://neuro.debian.net/_files/neurodebian-travis.sh); fi
19
+ - if $INSTALL_DEB_DEPENDECIES; then travis_retry sudo apt-get install -qq --no-install-recommends fsl afni elastix; fi
20
+ - if $INSTALL_DEB_DEPENDECIES; then travis_retry sudo apt-get install -qq fsl-atlases; fi
21
+ - if $INSTALL_DEB_DEPENDECIES; then source /etc/fsl/fsl.sh; fi
22
22
23
23
# Install packages
24
24
install :
You can’t perform that action at this time.
0 commit comments