From 75e00e097c01c144e5f57b781d1ff428cb2f52a0 Mon Sep 17 00:00:00 2001 From: Steffen Jaeckel Date: Tue, 13 Jun 2017 16:14:48 +0200 Subject: [PATCH] well, then install a new clang version and see... --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 80892b5..e34ee5b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,9 +4,14 @@ addons: apt: sources: - debian-sid + - ubuntu-toolchain-r-test + - llvm-toolchain-precise-3.7 packages: - binutils + - clang-3.7 + - cloud-utils - libtommath-dev + - util-linux before_script: - gem install coveralls-lcov