Skip to content

Commit f809b41

Browse files
author
Oscar Esteban
committed
trying to fix travis
1 parent 39b84f7 commit f809b41

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +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 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
2223
- bash <(wget -q -O- http://neuro.debian.net/_files/neurodebian-travis.sh)
2324
- sudo apt-get update
2425
# Fix numpy problem: https://github.com/enthought/enable/issues/34#issuecomment-2029381

0 commit comments

Comments
 (0)