File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ before_install:
18
18
- if $INSTALL_DEB_DEPENDECIES; then sudo rm -rf /dev/shm; fi
19
19
- if $INSTALL_DEB_DEPENDECIES; then sudo ln -s /run/shm /dev/shm; fi
20
20
# 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'
23
23
- bash <(wget -q -O- http://neuro.debian.net/_files/neurodebian-travis.sh)
24
24
- sudo apt-get update
25
25
# Fix numpy problem: https://github.com/enthought/enable/issues/34#issuecomment-2029381
You can’t perform that action at this time.
0 commit comments