From b9f0ab97765f73ebd7de257f61c4ce51b66221bf Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Mon, 12 Mar 2018 21:07:05 +0100 Subject: [PATCH] travis: clang does not fail on travis anymore (but do we need it?) --- .travis.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index e1288a1172..05fcdbbb84 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,12 +10,7 @@ dist: trusty language: cpp compiler: - gcc -# - clang # boost 1.48 raises an error on clang: -# /usr/include/boost/signals2/detail/auto_buffer.hpp:565:57: error: -# reference to non-static member function must be called -# std::uninitialized_fill( buffer_, buffer_ + size, init_value ); -# ^~~~ -# +# - clang addons: apt: packages: -- 2.20.1