From e7a7e4f81f736baaf52c6ba95993677b607ca272 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Thu, 10 Aug 2017 19:18:45 +0200 Subject: [PATCH] :construction_worker: fixed compiler --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b7125e16..ede6406d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,8 +29,8 @@ matrix: include: - os: linux - compiler: gcc - env: COMPILER=clang-3.8 + compiler: clang + env: COMPILER=clang-3.7 addons: apt: sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-precise-3.7']