Skip to content

Commit b400aa9

Browse files
committed
added a travis command to let tests pass
1 parent dd55523 commit b400aa9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ before_install:
2323
- if $INSTALL_DEB_DEPENDECIES; then travis_retry sudo apt-get install -qq fsl-atlases;
2424
fi
2525
- if $INSTALL_DEB_DEPENDECIES; then source /etc/fsl/fsl.sh; fi
26+
- if $INSTALL_DEB_DEPENDECIES; then source /etc/afni/afni.sh; fi
2627
install:
2728
- conda update --yes conda
2829
- conda create -n testenv --yes pip python=$TRAVIS_PYTHON_VERSION

0 commit comments

Comments
 (0)