Pins LLVM 3.8 (stable) instead of tracking the nightly repository

This commit is contained in:
Daniel J. Hofmann 2016-05-07 18:54:46 +02:00
parent 92b141ee53
commit 1706dd4f11
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'