Update .travis.yml

This commit is contained in:
Max Zwiessele 2015-09-13 20:15:33 +01:00
parent f6fd50137e
commit 59093006e3

View file

@ -48,9 +48,9 @@ before_install:
- export MINICONDA_INSTALL=$HOME/install/$MINICONDA_FILE
- if [ ! -f download/$MINICONDA-latest-$OS-x86_64.sh ]; then
export CONDA_CACHED=0;
wget http://repo.continuum.io/miniconda/$MINICONDA-latest-$OS-x86_64.sh -O $MINCONDA_CACHE_FILE;
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 -b -p $MINICONDA_INSTALL;
bash $MINCONDA_CACHE_FILE -v -b -p $MINICONDA_INSTALL;
fi;
- export PATH="$MINICONDA_INSTALL/bin:$PATH"