mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-08 15:05:15 +02:00
Update .travis.yml
This commit is contained in:
parent
b93f339fc0
commit
6882d76eec
1 changed files with 1 additions and 2 deletions
|
|
@ -26,7 +26,7 @@ env:
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- export CONDA_CACHED=1
|
- export CONDA_CACHED=1
|
||||||
- if [ ! -d $HOME/miniconda/bin ]; then
|
- if [ ! -f download/$MINICONDA-latest-$OS-x86_64.sh ]; then
|
||||||
export CONDA_CACHED=0;
|
export CONDA_CACHED=0;
|
||||||
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
||||||
export OS=Linux;
|
export OS=Linux;
|
||||||
|
|
@ -46,7 +46,6 @@ before_install:
|
||||||
fi;
|
fi;
|
||||||
wget http://repo.continuum.io/miniconda/$MINICONDA-latest-$OS-x86_64.sh -O download/$MINICONDA-latest-$OS-x86_64.sh;
|
wget http://repo.continuum.io/miniconda/$MINICONDA-latest-$OS-x86_64.sh -O download/$MINICONDA-latest-$OS-x86_64.sh;
|
||||||
chmod +x download/$MINICONDA-latest-$OS-x86_64.sh;
|
chmod +x download/$MINICONDA-latest-$OS-x86_64.sh;
|
||||||
rm -r $HOME/miniconda;
|
|
||||||
./download/$MINICONDA-latest-$OS-x86_64.sh -b -p $HOME/install/$MINICONDA-latest-$OS-x86_64/;
|
./download/$MINICONDA-latest-$OS-x86_64.sh -b -p $HOME/install/$MINICONDA-latest-$OS-x86_64/;
|
||||||
fi;
|
fi;
|
||||||
- export PATH="$HOME/install/$MINICONDA-latest-$OS-x86_64/bin:$PATH"
|
- export PATH="$HOME/install/$MINICONDA-latest-$OS-x86_64/bin:$PATH"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue