Skip to content

Commit

Permalink
Add Clang 7 to the Travis CI matrix.
Browse files Browse the repository at this point in the history
Change-Id: Id233cad7ddb02561998603eb3da28f7600073450
Reviewed-on: https://code-review.googlesource.com/33230
Reviewed-by: Paul Wankadia <[email protected]>
  • Loading branch information
junyer committed Sep 20, 2018
1 parent bfe2920 commit e6acac8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,17 @@ matrix:
- clang-6.0
env:
- MATRIX_EVAL="CC=clang-6.0 CXX=clang++-6.0"
- os: linux
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- sourceline: 'deb https://apt.llvm.org/trusty/ llvm-toolchain-trusty-7 main'
key_url: 'https://apt.llvm.org/llvm-snapshot.gpg.key'
packages:
- clang-7
env:
- MATRIX_EVAL="CC=clang-7 CXX=clang++-7"

before_install:
- eval "${MATRIX_EVAL}"

0 comments on commit e6acac8

Please sign in to comment.