Skip to content

Commit

Permalink
Add clang 5.0 to the build matrix on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
mptre committed Sep 11, 2017
1 parent 1a4888f commit 2092491
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Expand Up @@ -9,6 +9,15 @@ matrix:
- os: linux
compiler: clang
env: BUILD_TYPE=default CFLAGS='-fsanitize=address -fsanitize=undefined'
- os: linux
compiler: clang-5.0
env: BUILD_TYPE=default CFLAGS='-fsanitize=address -fsanitize=undefined'
addons:
apt:
sources:
- llvm-toolchain-trusty-5.0
packages:
- clang-5.0
- os: linux
compiler: gcc
env: BUILD_TYPE=default CFLAGS=-fsanitize=address
Expand Down

0 comments on commit 2092491

Please sign in to comment.