Skip to content

Commit 90c9045

Browse files
committed
temp disable AddressSanitizer test
1 parent 0fa2733 commit 90c9045

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.travis.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,14 @@ matrix:
1616
apt:
1717
sources: [ 'ubuntu-toolchain-r-test' ]
1818
packages: [ 'libstdc++6', 'libstdc++-5-dev' ]
19-
- os: linux
20-
sudo: required # workaround https://github.com/mapbox/node-cpp-skel/issues/93
21-
env: CXXFLAGS="-fsanitize=address,undefined,integer -fno-sanitize-recover=all"
22-
addons:
23-
apt:
24-
sources: [ 'ubuntu-toolchain-r-test' ]
25-
packages: [ 'libstdc++6', 'libstdc++-5-dev' ]
19+
# disabled before fixing https://github.com/delfrrr/delaunator-cpp/issues/5
20+
# - os: linux
21+
# sudo: required # workaround https://github.com/mapbox/node-cpp-skel/issues/93
22+
# env: CXXFLAGS="-fsanitize=address,undefined,integer -fno-sanitize-recover=all"
23+
# addons:
24+
# apt:
25+
# sources: [ 'ubuntu-toolchain-r-test' ]
26+
# packages: [ 'libstdc++6', 'libstdc++-5-dev' ]
2627
env:
2728
global:
2829
- CMAKE_VERSION="3.8.2"

0 commit comments

Comments
 (0)