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