diff options
author | teor <teor@torproject.org> | 2018-08-23 18:12:36 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2018-08-23 18:12:36 +1000 |
commit | 9f81e03262ef3ba6491eaf14a93ec9c6e7bf5b45 (patch) | |
tree | 2296029e79db847321a35c5891054a413b93f7d8 | |
parent | 7ec84cc0942af27136d27e6a9085e02b07c61da1 (diff) | |
download | tor-9f81e03262ef3ba6491eaf14a93ec9c6e7bf5b45.tar.gz tor-9f81e03262ef3ba6491eaf14a93ec9c6e7bf5b45.zip |
Travis: make the exclude descriptions shorter
Part of 27252.
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 74a248fda6..68534604ab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -56,10 +56,10 @@ matrix: ## Clang doesn't work in containerized builds, see below. - compiler: clang sudo: false - ## We also exclude non-containerized gcc, because they're slow and redundant. + ## Non-containerized gcc are slow and redundant. - compiler: gcc sudo: required - ## And skip gcc on OSX, because the default compiler is clang + ## gcc on OSX is less useful, because the default compiler is clang. - compiler: gcc os: osx |