travis.yml: Make TRAVIS_OS_NAME detection consistent

This commit is contained in:
Zen-CODE 2018-03-12 18:46:46 +02:00
parent 73f99351c8
commit bae09d9130
1 changed files with 1 additions and 1 deletions

View File

@ -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