We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a82e25 commit 071c94dCopy full SHA for 071c94d
circle.yml
@@ -9,9 +9,7 @@ dependencies:
9
pre:
10
# Let CircleCI cache the apt archive
11
- sudo rm -rf /var/cache/apt/archives && sudo ln -s ~/.apt-cache /var/cache/apt/archives && mkdir -p ~/.apt-cache/partial
12
- - wget -O- http://neuro.debian.net/lists/precise.us-ca.full | sudo tee /etc/apt/sources.list.d/neurodebian.sources.list
13
- - sudo apt-key adv --recv-keys --keyserver hkp://pgp.mit.edu:80 0xA5D32F012649A5A9
14
- - sudo apt-get update
+ - bash <(wget -q -O- http://neuro.debian.net/_files/neurodebian-travis.sh)
15
override:
16
# Install apt packages
17
- sudo apt-get install -y fsl-core fsl-atlases fsl-mni152-templates fsl-feeds afni
0 commit comments