Switch to clang 3.8 (#814)

clang 3.9 is currently unavailable for precise through apt
This commit is contained in:
Matthieu Darbois 2016-09-02 23:58:12 +02:00 committed by GitHub
parent 4a2a8693e5
commit 23cee22286
1 changed files with 3 additions and 3 deletions

View File

@ -22,15 +22,15 @@ matrix:
compiler: clang
env: OPJ_CI_ARCH=x86_64 OPJ_CI_BUILD_CONFIGURATION=Debug OPJ_CI_ASAN=1
- os: linux
compiler: clang-3.9
compiler: clang-3.8
env: OPJ_CI_ARCH=x86_64 OPJ_CI_BUILD_CONFIGURATION=Release
addons:
apt:
sources:
- llvm-toolchain-precise
- llvm-toolchain-precise-3.8
- ubuntu-toolchain-r-test
packages:
- clang-3.9
- clang-3.8
- os: linux
compiler: x86_64-w64-mingw32-gcc
env: OPJ_CI_ARCH=x86_64 OPJ_CI_BUILD_CONFIGURATION=Release