[tor-commits] [tor/release-0.3.3] Travis: fix a typo
nickm at torproject.org
nickm at torproject.org
Wed Aug 22 00:04:26 UTC 2018
commit aee51d9a0e0772d6ad65613f67a63ab8856b7b50
Author: teor <teor at torproject.org>
Date: Thu Aug 9 22:53:48 2018 +1000
Travis: fix a typo
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 8d300004a..25c31c3d2 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
More information about the tor-commits
mailing list