Skip to content

Commit a17422e

Browse files
author
Oscar Esteban
committed
add multiverse for ubuntu
1 parent a6ec41e commit a17422e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ before_install:
1616
- if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then export PATH=/home/travis/miniconda2/bin:$PATH; else export PATH=/home/travis/miniconda3/bin:$PATH; fi
1717
- if $INSTALL_DEB_DEPENDECIES; then sudo rm -rf /dev/shm; fi
1818
- if $INSTALL_DEB_DEPENDECIES; then sudo ln -s /run/shm /dev/shm; fi
19+
# Enable universe and multiverse
20+
- sudo add-apt-repository "deb http://us.archive.ubuntu.com/ubuntu/ trusty universe multiverse"
21+
- sudo add-apt-repository "deb http://us.archive.ubuntu.com/ubuntu/ trusty-updates universe multiverse"
1922
- bash <(wget -q -O- http://neuro.debian.net/_files/neurodebian-travis.sh)
2023
- sudo apt-get update
2124
- sudo apt-get install -qq xvfb libvtk6-dev python-vtk libx11-dev swig

0 commit comments

Comments
 (0)