aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 7e36ee8..31be35e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -42,10 +42,11 @@ matrix:
# Travis sets CC and CXX accordingly
- env: MATRIX_EVAL="" CONF="--disable-output-uhd"
compiler: clang
- addons: &linuxclang50
+ addons: &linuxclang40
apt:
sources:
- - llvm-toolchain-trusty-5.0
+ - ubuntu-toolchain-r-test
+ - llvm-toolchain-trusty-4.0
packages:
- libzmq3-dev
- libzmq3
@@ -55,7 +56,7 @@ matrix:
- libcurl4-openssl-dev
- libfftw3-dev
# libuhd-dev is not allowed
- - clang-5.0
+ - clang-4.0
before_install:
- eval "${MATRIX_EVAL}"