Revert "travis: Allow ASAN=1 to fail on linux because of LSAN bug"

This reverts commit b01263bdc9.

The LSAN bug seems to have been fixed. Re-enable ASAN on Linux.
This commit is contained in:
Daan Sprenkels
2018-10-27 20:30:14 +02:00
parent b74fc03ea1
commit ccb2ea3276

View File

@@ -13,9 +13,6 @@ env:
- USE_ASAN=1
matrix:
allow_failures:
- os: linux
env: USE_ASAN=1
exclude:
- compiler: gcc
env: USE_ASAN=1