Prechádzať zdrojové kódy

Travis: Remove a redundant clang Linux job

Part of 31859.
teor 4 rokov pred
rodič
commit
4e4297830e
2 zmenil súbory, kde vykonal 3 pridanie a 2 odobranie
  1. 0 2
      .travis.yml
  2. 3 0
      changes/ticket31859

+ 0 - 2
.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

+ 3 - 0
changes/ticket31859

@@ -0,0 +1,3 @@
+  o Testing:
+    - Remove some redundant Travis CI jobs, to speed up CI.
+      Closes ticket 31859.