aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2019-11-11 19:30:19 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2019-11-11 19:30:19 +0100
commita59cb62793534117512666215549d99f9bebd98c (patch)
treea683fe498655f70dceba44eefb0ceaacc5c90083 /.travis.yml
parent9ff8068bd147595b7e7d30329835f866057dad8a (diff)
downloaddabmux-a59cb62793534117512666215549d99f9bebd98c.tar.gz
dabmux-a59cb62793534117512666215549d99f9bebd98c.tar.bz2
dabmux-a59cb62793534117512666215549d99f9bebd98c.zip
Travis: remove clang build
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml21
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}"
- |