]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Travis: make the exclude descriptions shorter
authorteor <teor@torproject.org>
Thu, 23 Aug 2018 08:12:36 +0000 (18:12 +1000)
committerteor <teor@torproject.org>
Thu, 23 Aug 2018 08:12:36 +0000 (18:12 +1000)
Part of 27252.

.travis.yml

index 74a248fda682ed573b32b159e47c985af85360f7..68534604abc3c60a9ad6ec54adb7d24736cdbde8 100644 (file)
@@ -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