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'