diff options
author | teor <teor@torproject.org> | 2018-08-09 22:53:48 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2018-08-10 10:50:35 +1000 |
commit | f76cddd3762bf615eca7ca5d95b685671171fae8 (patch) | |
tree | 4f505fe4d6739aad1c2d7b938e52effb643fb124 | |
parent | fa9a0cc1fe81bef8584f446829b6fcef258cc762 (diff) | |
download | tor-f76cddd3762bf615eca7ca5d95b685671171fae8.tar.gz tor-f76cddd3762bf615eca7ca5d95b685671171fae8.zip |
Travis: fix a typo
-rw-r--r-- | .travis.yml | 2 |
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 |