Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
David Goulet
Tor
Commits
f76cddd3
Unverified
Commit
f76cddd3
authored
Aug 09, 2018
by
teor
Browse files
Travis: fix a typo
parent
fa9a0cc1
Changes
1
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
f76cddd3
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment