From 5672d2b39e7aad7f4a6e9dee5d713300e97dd985 Mon Sep 17 00:00:00 2001 From: Jonathan Li Date: Wed, 1 Jun 2016 18:00:57 +0100 Subject: [PATCH] ci: Remove clang from Travis CI builds llvm's apt repo is currently switched off so the builds are erroring out. [skip ci] --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 991dea3805..bc0c0f0856 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,9 +16,6 @@ matrix: - env: VERSION=4.9 BITS=32 compiler: gcc-4.9-32 os: linux - - env: VERSION=3.7 BITS=32 - compiler: clang-3.7-32 - os: linux - env: VERSION=4.9 BITS=64 compiler: gcc-4.9-64 os: linux