Skip to content
Snippets Groups Projects
Unverified Commit f76cddd3 authored by teor's avatar teor
Browse files

Travis: fix a typo

parent fa9a0cc1
No related branches found
No related tags found
No related merge requests found
......@@ -100,7 +100,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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment