From ff5d43af8f76bb59a057fb277ee3703948796ccb Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Mon, 18 Dec 2017 08:44:13 +0100 Subject: Travis: don't build with clang on linux Apparently there's something wrong with the libc++ combined with boost. I'm afraid I don't care enough to fix this. --- .travis.yml | 19 ------------------- 1 file changed, 19 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 31be35e..8e55706 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,25 +39,6 @@ matrix: compiler: gcc addons: *linuxaddons - # Travis sets CC and CXX accordingly - - env: MATRIX_EVAL="" CONF="--disable-output-uhd" - compiler: clang - addons: &linuxclang40 - apt: - sources: - - ubuntu-toolchain-r-test - - llvm-toolchain-trusty-4.0 - packages: - - libzmq3-dev - - libzmq3 - - automake - - libtool - - libboost1.55-all-dev - - libcurl4-openssl-dev - - libfftw3-dev - # libuhd-dev is not allowed - - clang-4.0 - before_install: - eval "${MATRIX_EVAL}" - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi -- cgit v1.2.3