Skip to content

Commit 7f408ca

Browse files
committed
fix: updated to use new uri from neurodebian.
1 parent eafeecf commit 7f408ca

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
@@ -7,7 +7,7 @@ before_install:
77
- sudo apt-get install lsb-release
88
- source /etc/lsb-release
99
- echo ${DISTRIB_CODENAME}
10-
- wget -O- http://neuro.debian.net/lists/${DISTRIB_CODENAME}.us-nh | sudo tee /etc/apt/sources.list.d/neurodebian.sources.list
10+
- wget -O- http://neuro.debian.net/lists/${DISTRIB_CODENAME}.us-nh.full | sudo tee /etc/apt/sources.list.d/neurodebian.sources.list
1111
- sudo apt-key adv --recv-keys --keyserver pgp.mit.edu 2649A5A9
1212
- sudo apt-get update -qq
1313
- sudo apt-get install -qq python-scipy python-nose

0 commit comments

Comments
 (0)