summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2018-08-09 22:53:48 +1000
committerteor <teor@torproject.org>2018-08-10 10:50:35 +1000
commitf76cddd3762bf615eca7ca5d95b685671171fae8 (patch)
tree4f505fe4d6739aad1c2d7b938e52effb643fb124
parentfa9a0cc1fe81bef8584f446829b6fcef258cc762 (diff)
downloadtor-f76cddd3762bf615eca7ca5d95b685671171fae8.tar.gz
tor-f76cddd3762bf615eca7ca5d95b685671171fae8.zip
Travis: fix a typo
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 9671411b48..bc39f661b6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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