From a59cb62793534117512666215549d99f9bebd98c Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Mon, 11 Nov 2019 19:30:19 +0100 Subject: Travis: remove clang build --- .travis.yml | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/.travis.yml b/.travis.yml index e4d7beb..fdbe38b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ matrix: osx_image: xcode11 compiler: clang - # GCC and clang builds on Linux + # GCC builds on Linux - env: MATRIX_EVAL="CC=gcc-9 CXX=g++-9" CONF="--disable-output-edi" os: linux arch: amd64 @@ -43,25 +43,6 @@ matrix: compiler: gcc addons: *linuxaddons - - env: MATRIX_EVAL="" CONF="--enable-output-raw" - arch: amd64 - compiler: clang - addons: &linuxclang40 - apt: - sources: - - sourceline: 'ppa:ubuntu-toolchain-r/test' - - sourceline: 'deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic main' - - sourceline: 'deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-8 main' - - sourceline: 'deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-9 main' - packages: - - libzmq3-dev - - libzmq5 - - automake - - libtool - - libboost-all-dev - - libcurl4-openssl-dev - - clang-9 - before_install: - eval "${MATRIX_EVAL}" - | -- cgit v1.2.3