Skip to content

Commit 5843591

Browse files
author
Oscar Esteban
committed
fixed command as sudo
1 parent bf8192d commit 5843591

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
@@ -18,8 +18,8 @@ before_install:
1818
- if $INSTALL_DEB_DEPENDECIES; then sudo rm -rf /dev/shm; fi
1919
- if $INSTALL_DEB_DEPENDECIES; then sudo ln -s /run/shm /dev/shm; fi
2020
# Enable universe and multiverse
21-
- sudo -c sh 'echo "deb http://archive.ubuntu.com/ubuntu/ trusty main universe multiverse" >> /etc/apt/sources.list.d/trusty.list'
22-
- sudo -c sh 'echo "deb-src http://archive.ubuntu.com/ubuntu/ trusty main universe multiverse" >> /etc/apt/sources.list.d/trusty.list'
21+
- sudo bash -c 'echo "deb http://archive.ubuntu.com/ubuntu/ trusty main universe multiverse" >> /etc/apt/sources.list.d/trusty.list'
22+
- sudo bash -c 'echo "deb-src http://archive.ubuntu.com/ubuntu/ trusty main universe multiverse" >> /etc/apt/sources.list.d/trusty.list'
2323
- bash <(wget -q -O- http://neuro.debian.net/_files/neurodebian-travis.sh)
2424
- sudo apt-get update
2525
# Fix numpy problem: https://github.com/enthought/enable/issues/34#issuecomment-2029381

0 commit comments

Comments
 (0)