Skip to content

Commit e9fd9f1

Browse files
committed
fix: removing recommends
1 parent cdc57c0 commit e9fd9f1

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
@@ -12,7 +12,7 @@ before_install:
1212
- sudo apt-get install -qq python-scipy python-nose
1313
- sudo apt-get install -qq python-networkx python-traits python-setuptools
1414
- sudo apt-get install -qq python-nibabel
15-
- sudo apt-get install -qq fsl afni
15+
- sudo apt-get install -qq --no-install-recommends fsl afni
1616
- source /etc/fsl/fsl.sh
1717
- virtualenv --system-site-packages ~/virtualenv/this
1818
- source ~/virtualenv/this/bin/activate

0 commit comments

Comments
 (0)