Skip to content

Commit d1c99ff

Browse files
committed
moving export FSLOUTPUTTYPE=NIFTI_GZ
1 parent 865ad49 commit d1c99ff

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
@@ -24,8 +24,8 @@ before_install:
2424
fsl afni elastix fsl-atlases; fi &&
2525
if $INSTALL_DEB_DEPENDECIES; then
2626
source /etc/fsl/fsl.sh;
27-
source /etc/afni/afni.sh; fi &&
28-
export FSLOUTPUTTYPE=NIFTI_GZ; }
27+
source /etc/afni/afni.sh;
28+
export FSLOUTPUTTYPE=NIFTI_GZ; fi }
2929
- travis_retry bef_inst
3030
install:
3131
# Add install of vtk and mayavi to test mesh (disabled): conda install -y vtk mayavi &&

0 commit comments

Comments
 (0)