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:
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
You can’t perform that action at this time.
0 commit comments