diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 51ce0c2038..8b06dbcd97 100644 --- a/.travis.yml +++ b/.travis.yml @@ -52,9 +52,9 @@ jobs: - stage: normal builds os: linux compiler: clang-4.0 + # Use Lua so that ASAN can test our embedded Lua support. 8fec4d53d0f6 env: > CLANG_SANITIZER=ASAN_UBSAN - # Use Lua so that ASAN can test our embedded Lua support. 8fec4d53d0f6 CMAKE_FLAGS="$CMAKE_FLAGS -DPREFER_LUA=ON" ASAN_SYMBOLIZE=asan_symbolize-4.0 - os: linux |