From ccb2ea32765378a5b110cd695e79b6ca6b2d1bae Mon Sep 17 00:00:00 2001 From: Daan Sprenkels Date: Sat, 27 Oct 2018 20:30:14 +0200 Subject: [PATCH] Revert "travis: Allow ASAN=1 to fail on linux because of LSAN bug" This reverts commit b01263bdc9fce8716fb630f29073d62809bab855. The LSAN bug seems to have been fixed. Re-enable ASAN on Linux. --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index a289dbf..d8e18e3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,9 +13,6 @@ env: - USE_ASAN=1 matrix: - allow_failures: - - os: linux - env: USE_ASAN=1 exclude: - compiler: gcc env: USE_ASAN=1