Skip to content

Commit ccbfe74

Browse files
committed
TravisCI: enable ASAN
1 parent 429ecb3 commit ccbfe74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ compiler: clang
77

88

99
script:
10-
- PYTHONPATH=./NidiumTools/src ./configure_server --debug --no-fork --unit-tests --assume-yes
10+
- ASAN_OPTIONS=detect_leaks=0 PYTHONPATH=./NidiumTools/src ./configure_server --debug --asan --no-fork --unit-tests --assume-yes
1111

1212
cache:
1313
directories:

0 commit comments

Comments
 (0)