Skip to content

Commit 62a23e2

Browse files
author
Oscar Esteban
committed
modify the neurodebian script for travis
1 parent b9e051d commit 62a23e2

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
@@ -22,7 +22,7 @@ before_install:
2222
# Enable universe and multiverse
2323
# - sudo bash -c 'echo "deb http://archive.ubuntu.com/ubuntu/ trusty main universe multiverse" >> /etc/apt/sources.list.d/trusty.list'
2424
# - sudo bash -c 'echo "deb-src http://archive.ubuntu.com/ubuntu/ trusty main universe multiverse" >> /etc/apt/sources.list.d/trusty.list'
25-
- bash <(wget -q -O- http://neuro.debian.net/_files/neurodebian-travis.sh)
25+
- bash <(wget -q -O- https://gist.github.com/oesteban/a0d8972f978339910bf4/raw)
2626
- sudo apt-get update
2727
# Fix numpy problem: https://github.com/enthought/enable/issues/34#issuecomment-2029381
2828
- if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then

0 commit comments

Comments
 (0)