From 0e94ba8857462b519133802f05bc05dc54767e6e Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Sat, 26 Aug 2017 08:56:34 +0200 Subject: [PATCH] :construction_worker: using the same compilers --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fd610f9d..f4cf8fe7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,7 +48,7 @@ matrix: addons: apt: sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-trusty-5.0'] - packages: ['clang-5.0', 'llvm-5.0-dev', 'ninja-build'] + packages: ['g++-6', 'clang-5.0', 'ninja-build'] after_failure: - make clang_sanitize -j4