Skip to content

Commit

Permalink
Switch to clang 3.8 (#814)
Browse files Browse the repository at this point in the history
clang 3.9 is currently unavailable for precise through apt
  • Loading branch information
mayeut authored and malaterre committed Sep 13, 2016
1 parent 4daf9a8 commit f62b810
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f62b810

Please sign in to comment.