From 05dda09fd3b4312594144b5a8617ba6fc694a2d6 Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Fri, 2 Nov 2018 12:12:02 +0300 Subject: [PATCH] Added libstdc++5 installation in the clang 7 job. Apparently, a more recent libstdc++ is needed by Boost.StringView in C++14 and later mode. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index e4f0eed..0fd5630 100644 --- a/.travis.yml +++ b/.travis.yml @@ -205,6 +205,7 @@ matrix: apt: packages: - clang-7 + - libstdc++-5-dev sources: - ubuntu-toolchain-r-test - llvm-toolchain-trusty-7