aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml19
1 files changed, 0 insertions, 19 deletions
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