Skip to content

Commit dbeea1c

Browse files
committed
fixed mistake in travis settings
1 parent c6fa91b commit dbeea1c

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
@@ -24,7 +24,7 @@ before_install:
2424
fi
2525
- if $INSTALL_DEB_DEPENDECIES; then source /etc/fsl/fsl.sh; fi
2626
- if $INSTALL_DEB_DEPENDECIES; then source /etc/afni/afni.sh; fi
27-
- source FSLOUTPUTTYPE=NIFTI_GZ
27+
- export FSLOUTPUTTYPE=NIFTI_GZ
2828
install:
2929
- conda update --yes conda
3030
- conda create -n testenv --yes pip python=$TRAVIS_PYTHON_VERSION

0 commit comments

Comments
 (0)