From 1706dd4f119177c611c81b1d61803a9499041757 Mon Sep 17 00:00:00 2001 From: "Daniel J. Hofmann" Date: Sat, 7 May 2016 18:54:46 +0200 Subject: [PATCH] Pins LLVM 3.8 (stable) instead of tracking the nightly repository --- .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'