X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=.travis.yml;h=9354e12ed068df678921d2d14dd656f173b647b7;hp=5d7cf6992a6471f1b701927a1a58a0ab3be56840;hb=c880b3e3141ba5229d4ddf8390c4b9e09cd832f8;hpb=043b93d7323a70d4157709fbf4a804d1a0f7c824 diff --git a/.travis.yml b/.travis.yml index 5d7cf6992a..9354e12ed0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,13 +36,13 @@ matrix: env: CONFIG_OPTS="-fsanitize=address" - os: linux compiler: clang-3.6 - env: CONFIG_OPTS="--debug --strict-warnings -fsanitize=address" + env: CONFIG_OPTS="no-asm --debug --strict-warnings -fno-sanitize-recover -fsanitize=address -fsanitize=undefined" - os: linux compiler: gcc-5 env: CONFIG_OPTS="-fsanitize=address" - os: linux compiler: gcc-5 - env: CONFIG_OPTS="--debug --strict-warnings -fsanitize=address" + env: CONFIG_OPTS="no-asm --debug --strict-warnings -fno-sanitize-recover -fsanitize=address -fsanitize=undefined" exclude: - os: osx compiler: clang-3.6