From 9e650b98b2b1c4e4ad3eadcdaa7e0f89ce826be8 Mon Sep 17 00:00:00 2001 From: Eric Schmidt Date: Fri, 22 Apr 2016 00:39:36 -0600 Subject: [PATCH] update .travis.yml for clang 3.8 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e63a76a3..b54f9d52 100644 --- a/.travis.yml +++ b/.travis.yml @@ -64,7 +64,7 @@ matrix: compiler: clang addons: &clang38 apt: - sources: ['llvm-toolchain-precise', 'ubuntu-toolchain-r-test'] + sources: ['llvm-toolchain-precise-3.8', 'ubuntu-toolchain-r-test'] packages: ['clang-3.8'] env: COMPILER='ccache clang++-3.8' BUILD_TYPE='Release'