Update .travis.yml

This commit is contained in:
Max Zwiessele 2015-09-13 20:23:48 +01:00
parent 4590af2e45
commit 290d582d83

View file

@ -46,7 +46,7 @@ before_install:
- export MINICONDA_FILE=$MINICONDA-latest-$OS-x86_64-$PYTHON_VERSION.sh
- export MINCONDA_CACHE_FILE=$HOME/download/$MINICONDA_FILE
- export MINICONDA_INSTALL=$HOME/install/$MINICONDA_FILE
- if [ ! -f download/$MINICONDA-latest-$OS-x86_64.sh ]; then
- if [ ! -f $MINCONDA_CACHE_FILE ]; then
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;