Skip to content

Commit 569a37f

Browse files
committed
fix: remove sudo for bash
1 parent dda2414 commit 569a37f

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
@@ -11,7 +11,7 @@ before_install:
1111
# The next couple lines fix a crash with multiprocessing on Travis
1212
- sudo rm -rf /dev/shm
1313
- sudo ln -s /run/shm /dev/shm
14-
- sudo bash <(wget -q -O- http://neuro.debian.net/_files/neurodebian-travis.sh)
14+
- bash <(wget -q -O- http://neuro.debian.net/_files/neurodebian-travis.sh)
1515
- sudo apt-get update -qq
1616
- sudo apt-get install -qq --no-install-recommends fsl afni
1717
- sudo apt-get install -qq fsl-atlases

0 commit comments

Comments
 (0)