Skip to content

Commit

Permalink
Re-enable sanitizers in tests for XCode 7.3 on OS X.
Browse files Browse the repository at this point in the history
They will most likely fail, this is just to see the effect.
  • Loading branch information
poletti-marco committed May 26, 2016
1 parent 56251ba commit 0a9f279
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,7 @@ matrix:
compiler: clang
# OS X 10.11
osx_image: xcode7.3
# ASAN is disabled because AppleClang does not support -fsanitize=undefined.
env: COMPILER=clang-default STL=libc++ NO_ASAN=1
env: COMPILER=clang-default STL=libc++

# Disabled combinations:
#
Expand Down

0 comments on commit 0a9f279

Please sign in to comment.