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 c9968ae commit 807708bCopy full SHA for 807708b
.travis.yml
@@ -19,7 +19,7 @@ before_install:
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 main universe multiverse"
+- sudo add-apt-repository "deb-src http://archive.ubuntu.com/ubuntu trusty 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