File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +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 add-apt-repository -s "deb http://archive.ubuntu.com/ubuntu/ trusty main universe multiverse"
21
+ - echo "deb http://archive.ubuntu.com/ubuntu/ trusty main universe multiverse" | sudo tee /etc/apt/sources.list.d/trusty.list
22
+ - echo "deb-src http://archive.ubuntu.com/ubuntu/ trusty main universe multiverse" | sudo tee /etc/apt/sources.list.d/trusty.list
22
23
- bash <(wget -q -O- http://neuro.debian.net/_files/neurodebian-travis.sh)
23
24
- sudo apt-get update
24
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