[tor-commits] [tor/maint-0.3.5] Travis: Remove a redundant clang Linux job
teor at torproject.org
teor at torproject.org
Thu Oct 17 04:53:35 UTC 2019
commit 4e4297830ec04da32dda1b9424847f4710cc202e
Author: teor <teor at torproject.org>
Date: Thu Sep 26 17:39:46 2019 +1000
Travis: Remove a redundant clang Linux job
Part of 31859.
---
.travis.yml | 2 --
changes/ticket31859 | 3 +++
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index b18335d74..f47fe8bb2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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
index 000000000..0eb8a42e9
--- /dev/null
+++ b/changes/ticket31859
@@ -0,0 +1,3 @@
+ o Testing:
+ - Remove some redundant Travis CI jobs, to speed up CI.
+ Closes ticket 31859.
More information about the tor-commits
mailing list