From 219dc523ec9be7ec4f9f100814ea293b1b862b5d Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Fri, 1 Sep 2017 23:19:03 +0300 Subject: [PATCH] Install libstdc++-4.9 for clang 3.5, 3.8, 3.9 in .travis.yml --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 531fce3..0ff1d1d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -251,6 +251,7 @@ matrix: apt: packages: - clang-3.5 + - libstdc++-4.9-dev sources: - ubuntu-toolchain-r-test - llvm-toolchain-precise-3.5 @@ -262,6 +263,7 @@ matrix: apt: packages: - clang-3.5 + - libstdc++-4.9-dev sources: - ubuntu-toolchain-r-test - llvm-toolchain-precise-3.5 @@ -383,6 +385,7 @@ matrix: apt: packages: - clang-3.8 + - libstdc++-4.9-dev sources: - ubuntu-toolchain-r-test - llvm-toolchain-precise-3.8 @@ -394,6 +397,7 @@ matrix: apt: packages: - clang-3.8 + - libstdc++-4.9-dev sources: - ubuntu-toolchain-r-test - llvm-toolchain-precise-3.8 @@ -427,6 +431,7 @@ matrix: apt: packages: - clang-3.9 + - libstdc++-4.9-dev sources: - ubuntu-toolchain-r-test - llvm-toolchain-precise-3.9 @@ -438,6 +443,7 @@ matrix: apt: packages: - clang-3.9 + - libstdc++-4.9-dev sources: - ubuntu-toolchain-r-test - llvm-toolchain-precise-3.9