Skip to content

Commit

Permalink
travis: Also build test with LLVM/Clang 4.0
Browse files Browse the repository at this point in the history
Currently, Clang 4.0 is only available in the Trusty distribution [1].

[1] travis-ci/apt-source-safelist#360
  • Loading branch information
paulmenzel committed Aug 21, 2017
1 parent f5ff6d5 commit 43198c7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,15 @@ matrix:
###
## clang on Linux
###
- os: linux
env: BUILD_SYSTEM=cmake C_COMPILER=clang-4.0 CXX_COMPILER=clang++-4.0
addons:
apt:
sources:
- llvm-toolchain-trusty-4.0
- ubuntu-toolchain-r-test
packages:
- clang-4.0
- os: linux
env: BUILD_SYSTEM=cmake C_COMPILER=clang-3.8 CXX_COMPILER=clang++-3.8
addons:
Expand Down

0 comments on commit 43198c7

Please sign in to comment.