update .travis.yml for clang 3.8

This commit is contained in:
Eric Schmidt 2016-04-22 00:39:36 -06:00
parent d81594d7b7
commit 9e650b98b2
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'