commit 4e4297830ec04da32dda1b9424847f4710cc202e
parent 8520071f2313ae6973082ca7cb5680a9df88ce78
Author: teor <teor@torproject.org>
Date: Thu, 26 Sep 2019 17:39:46 +1000
Travis: Remove a redundant clang Linux job
Part of 31859.
Diffstat:
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git 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
@@ -0,0 +1,3 @@
+ o Testing:
+ - Remove some redundant Travis CI jobs, to speed up CI.
+ Closes ticket 31859.