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
8b1c196d35
commit
953e414592
1 changed files with 2 additions and 2 deletions
|
|
@ -24,7 +24,7 @@ before_install:
|
|||
export OS=Linux;
|
||||
elif [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
||||
export OS=MacOSX;
|
||||
else;
|
||||
else
|
||||
echo "OS not supported yet";
|
||||
exit 1;
|
||||
fi
|
||||
|
|
@ -32,7 +32,7 @@ before_install:
|
|||
export MINICONDA=Miniconda
|
||||
elif [[ "PYTHON_VERSION" -ge "3" ]]; then
|
||||
export MINICONDA=Miniconda3
|
||||
else;
|
||||
else
|
||||
echo "Could not find python version";
|
||||
exit 1;
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue