]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Travis: Remove a redundant clang Linux job
authorteor <teor@torproject.org>
Thu, 26 Sep 2019 07:39:46 +0000 (17:39 +1000)
committerteor <teor@torproject.org>
Mon, 30 Sep 2019 13:58:24 +0000 (23:58 +1000)
Part of 31859.

.travis.yml
changes/ticket31859 [new file with mode: 0644]

index b18335d743feef79159ceb426fa946273a585d8f..f47fe8bb2c6fdb4ffa534efde0c692a9fb4900a6 100644 (file)
@@ -27,8 +27,6 @@ env:
 matrix:
   ## include creates builds with gcc, linux, unless we override those defaults
   include:
-    ## gcc is the default compiler for most jobs, so we want a clang Linux job
-    - compiler: clang
     ## clang is the default macOS compiler, so we use it for the macOS job
     - compiler: clang
       os: osx
diff --git a/changes/ticket31859 b/changes/ticket31859
new file mode 100644 (file)
index 0000000..0eb8a42
--- /dev/null
@@ -0,0 +1,3 @@
+  o Testing:
+    - Remove some redundant Travis CI jobs, to speed up CI.
+      Closes ticket 31859.