mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-02 14:45:15 +02:00
Update .travis.yml
This commit is contained in:
parent
14a314664f
commit
ed845a86db
1 changed files with 6 additions and 5 deletions
11
.travis.yml
11
.travis.yml
|
|
@ -20,11 +20,12 @@ env:
|
|||
- PYTHON_VERSION=3.4
|
||||
|
||||
before_install:
|
||||
if [$TRAVIS_OS_NAME -eq linux]
|
||||
then
|
||||
- wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
|
||||
elif [$TRAVIS_OS_NAME -eq osx]
|
||||
- wget http://repo.continuum.io/miniconda/Miniconda-latest-MacOSX-x86_64.sh -O miniconda.sh
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
||||
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
|
||||
fi
|
||||
- chmod +x miniconda.sh
|
||||
- ./miniconda.sh -b
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue