mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-11 15:15:15 +02:00
Update .travis.yml
This commit is contained in:
parent
f67b4ca5db
commit
a5e8000353
1 changed files with 4 additions and 4 deletions
|
|
@ -21,11 +21,11 @@ env:
|
|||
|
||||
before_install:
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
||||
wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
|
||||
wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh;
|
||||
elif [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
||||
wget http://repo.continuum.io/miniconda/Miniconda-latest-MacOSX-x86_64.sh -O miniconda.sh
|
||||
else;
|
||||
exit 1
|
||||
wget http://repo.continuum.io/miniconda/Miniconda-latest-MacOSX-x86_64.sh -O miniconda.sh;
|
||||
else
|
||||
exit 1;
|
||||
fi
|
||||
- chmod +x miniconda.sh
|
||||
- ./miniconda.sh -b
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue