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 25e65b9 commit 5d60cefCopy full SHA for 5d60cef
.travis.yml
@@ -26,7 +26,7 @@ before_install:
26
source /etc/afni/afni.sh;
27
export FSLOUTPUTTYPE=NIFTI_GZ; fi }
28
- function conda_inst {
29
- export CONDA_HOME=$HOME/conda
+ export CONDA_HOME=$HOME/conda &&
30
if [ ! -d "${CONDA_HOME}" ]; then
31
wget https://repo.continuum.io/archive/Miniconda${TRAVIS_PYTHON_VERSION:0:1}-latest-Linux-x86_64.sh
32
-O /home/travis/.cache/conda.sh &&
0 commit comments