From 4e4297830ec04da32dda1b9424847f4710cc202e Mon Sep 17 00:00:00 2001 From: teor Date: Thu, 26 Sep 2019 17:39:46 +1000 Subject: Travis: Remove a redundant clang Linux job Part of 31859. --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) (limited to '.travis.yml') 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 -- cgit v1.2.3-54-g00ecf