Skip to content

Commit 807708b

Browse files
author
Oscar Esteban
committed
fix error in travis
1 parent c9968ae commit 807708b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ before_install:
1919
- if $INSTALL_DEB_DEPENDECIES; then sudo ln -s /run/shm /dev/shm; fi
2020
# Enable universe and multiverse
2121
- 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"
22+
- sudo add-apt-repository "deb-src http://archive.ubuntu.com/ubuntu trusty universe multiverse"
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

0 commit comments

Comments
 (0)