From 7030bff7f793fd4e0751e7879a279653d0e20a4e Mon Sep 17 00:00:00 2001 From: Patrick Niklaus Date: Wed, 4 May 2016 19:24:13 +0200 Subject: [PATCH] Fix typo in compiler name --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 424c271f9..a70cf9b8d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,7 +48,7 @@ matrix: env: CCOMPILER='gcc-4.8' CXXCOMPILER='g++-4.8' BUILD_TYPE='Debug' - os: linux - compiler: "clang-3.9-debug" + compiler: "clang-3.8-debug" addons: &clang38 apt: sources: ['llvm-toolchain-precise-3.8', 'ubuntu-toolchain-r-test']