mirror of https://github.com/kivy/kivy.git
travis.yml: Make TRAVIS_OS_NAME detection consistent
This commit is contained in:
parent
73f99351c8
commit
bae09d9130
|
@ -30,7 +30,7 @@ matrix:
|
|||
|
||||
before_install:
|
||||
# https://github.com/travis-ci/travis-ci/issues/6307
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
||||
- if [ "${TRAVIS_OS_NAME}" == "osx" ]; then
|
||||
gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3;
|
||||
rvm get head;
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue