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 527620f commit b388fd6Copy full SHA for b388fd6
.travis.yml
@@ -14,7 +14,7 @@ before_install:
14
wget http://repo.continuum.io/miniconda/Miniconda${TRAVIS_PYTHON_VERSION:0:1}-latest-Linux-x86_64.sh
15
-O /home/travis/.cache/miniconda.sh;
16
bash /home/travis/.cache/miniconda.sh -b -p /home/travis/miniconda;
17
- export PATH=/home/travis/miniconda/bin:$PATH;
+ export PATH=/home/travis/miniconda/bin:$PATH ;
18
if $INSTALL_DEB_DEPENDECIES; then sudo rm -rf /dev/shm; fi
19
if $INSTALL_DEB_DEPENDECIES; then sudo ln -s /run/shm /dev/shm; fi
20
bash <(wget -q -O- http://neuro.debian.net/_files/neurodebian-travis.sh);
0 commit comments