Merge pull request #656 from daniel-j-h/better_travis

Pins LLVM 3.8 (stable) instead of tracking the nightly repository
This commit is contained in:
Phil Nash 2016-05-07 23:19:26 +01:00
commit 5aa2b82b17
1 changed files with 1 additions and 1 deletions

View File

@ -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'