diff options
-rw-r--r-- | .travis.yml | 21 |
1 files changed, 1 insertions, 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}" - | |