Skip to content

Commit

Permalink
👷 set sanitizer to clang4
Browse files Browse the repository at this point in the history
  • Loading branch information
nlohmann committed Aug 16, 2017
1 parent 4391bf5 commit df572ac
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,12 @@ matrix:
# that's why we need to install g++-6 to get the lastest version
- os: linux
env:
- LLVM_VERSION=3.8.1
- COMPILER=clang++-4.0
- SPECIAL=sanitizer
addons:
apt:
sources: ['ubuntu-toolchain-r-test']
packages: g++-6
compiler: clang
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-trusty-4.0']
packages: ['g++-6', 'clang-4.0']
before_script:
- make clang_sanitize

Expand Down

0 comments on commit df572ac

Please sign in to comment.