diff options
author | teor <teor@torproject.org> | 2018-08-09 22:53:48 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2018-08-09 23:44:27 +1000 |
commit | aee51d9a0e0772d6ad65613f67a63ab8856b7b50 (patch) | |
tree | 5bc2c98044b45f95921a1b641aa6d09758400014 /.travis.yml | |
parent | e387eee362fc5c73b7b54c2e887d08816732a0ae (diff) | |
download | tor-aee51d9a0e0772d6ad65613f67a63ab8856b7b50.tar.gz tor-aee51d9a0e0772d6ad65613f67a63ab8856b7b50.zip |
Travis: fix a typo
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 8d300004aa..25c31c3d2f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 |