diff options
author | teor <teor@torproject.org> | 2019-09-26 17:39:46 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-09-30 23:58:24 +1000 |
commit | 4e4297830ec04da32dda1b9424847f4710cc202e (patch) | |
tree | cd2a306a0d5765fb0f672afdeaf6bae00ee6d92a | |
parent | 8520071f2313ae6973082ca7cb5680a9df88ce78 (diff) | |
download | tor-4e4297830ec04da32dda1b9424847f4710cc202e.tar.gz tor-4e4297830ec04da32dda1b9424847f4710cc202e.zip |
Travis: Remove a redundant clang Linux job
Part of 31859.
-rw-r--r-- | .travis.yml | 2 | ||||
-rw-r--r-- | changes/ticket31859 | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index b18335d743..f47fe8bb2c 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 0000000000..0eb8a42e9a --- /dev/null +++ b/changes/ticket31859 @@ -0,0 +1,3 @@ + o Testing: + - Remove some redundant Travis CI jobs, to speed up CI. + Closes ticket 31859. |