Skip to content

Commit

Permalink
Revert "travis: Allow ASAN=1 to fail on linux because of LSAN bug"
Browse files Browse the repository at this point in the history
This reverts commit b01263b.

The LSAN bug seems to have been fixed. Re-enable ASAN on Linux.
  • Loading branch information
Daan Sprenkels committed Oct 27, 2018
1 parent b74fc03 commit ccb2ea3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ env:
- USE_ASAN=1

matrix:
allow_failures:
- os: linux
env: USE_ASAN=1
exclude:
- compiler: gcc
env: USE_ASAN=1
Expand Down

0 comments on commit ccb2ea3

Please sign in to comment.