Update .travis.yml

This commit is contained in:
Max Zwiessele 2015-09-13 20:16:42 +01:00
parent 59093006e3
commit 4590af2e45

View file

@ -50,7 +50,7 @@ before_install:
export CONDA_CACHED=0;
wget -v http://repo.continuum.io/miniconda/$MINICONDA-latest-$OS-x86_64.sh -O $MINCONDA_CACHE_FILE;
chmod +x $MINCONDA_CACHE_FILE;
bash $MINCONDA_CACHE_FILE -v -b -p $MINICONDA_INSTALL;
bash $MINCONDA_CACHE_FILE -b -p $MINICONDA_INSTALL;
fi;
- export PATH="$MINICONDA_INSTALL/bin:$PATH"