diff --git a/.travis.yml b/.travis.yml index 18b7296..aef6f33 100644 --- a/.travis.yml +++ b/.travis.yml @@ -99,7 +99,7 @@ matrix: apt: packages: - clang-3.5 - - libstdc++-4.9-dev + - libstdc++-5-dev sources: - ubuntu-toolchain-r-test - llvm-toolchain-precise-3.5 @@ -111,6 +111,7 @@ matrix: apt: packages: - clang-3.6 + - libstdc++-5-dev sources: - ubuntu-toolchain-r-test - llvm-toolchain-precise-3.6 @@ -122,6 +123,7 @@ matrix: apt: packages: - clang-3.7 + - libstdc++-5-dev sources: - ubuntu-toolchain-r-test - llvm-toolchain-precise-3.7 @@ -133,7 +135,7 @@ matrix: apt: packages: - clang-3.8 - - libstdc++-4.9-dev + - libstdc++-5-dev sources: - ubuntu-toolchain-r-test - llvm-toolchain-precise-3.8 @@ -145,7 +147,7 @@ matrix: apt: packages: - clang-3.9 - - libstdc++-4.9-dev + - libstdc++-5-dev sources: - ubuntu-toolchain-r-test - llvm-toolchain-precise-3.9 @@ -157,6 +159,7 @@ matrix: apt: packages: - clang-4.0 + - libstdc++-5-dev sources: - ubuntu-toolchain-r-test - llvm-toolchain-trusty-4.0 @@ -168,6 +171,7 @@ matrix: apt: packages: - clang-5.0 + - libstdc++-5-dev sources: - ubuntu-toolchain-r-test - llvm-toolchain-trusty-5.0