We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 807708b commit 39b84f7Copy full SHA for 39b84f7
.travis.yml
@@ -18,8 +18,7 @@ before_install:
18
- if $INSTALL_DEB_DEPENDECIES; then sudo rm -rf /dev/shm; fi
19
- if $INSTALL_DEB_DEPENDECIES; then sudo ln -s /run/shm /dev/shm; fi
20
# Enable universe and multiverse
21
-- sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu/ trusty main universe multiverse"
22
-- sudo add-apt-repository "deb-src http://archive.ubuntu.com/ubuntu trusty universe multiverse"
+- sudo add-apt-repository -s "deb http://archive.ubuntu.com/ubuntu/ trusty main universe multiverse"
23
- bash <(wget -q -O- http://neuro.debian.net/_files/neurodebian-travis.sh)
24
- sudo apt-get update
25
# Fix numpy problem: https://github.com/enthought/enable/issues/34#issuecomment-2029381
0 commit comments