Travis: fix a typo

This commit is contained in:
teor 2018-08-09 22:53:48 +10:00
parent e387eee362
commit aee51d9a0e
No known key found for this signature in database
GPG Key ID: 10FEAA0E7075672A

View File

@ -112,7 +112,7 @@ addons:
#osx_image: xcode9.4
before_install:
## If we're on OSX, homebrew usually needs to updated first
## If we're on OSX, homebrew usually needs to be updated first
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
## We might be upgrading some useless packages, but that's better than missing an upgrade
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew upgrade; fi