Skip to content

Commit 82dfdb3

Browse files
author
Dane Springmeyer
committed
add sudo:required for sanitizer build - mapbox/node-cpp-skel#93
1 parent acd8c39 commit 82dfdb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ matrix:
1717
sources: [ 'ubuntu-toolchain-r-test' ]
1818
packages: [ 'libstdc++-5-dev' ]
1919
- os: linux
20-
sudo: false
20+
sudo: required # required to workaround https://github.com/mapbox/node-cpp-skel/issues/93
2121
env: CXX=clang++ CXXFLAGS="-fsanitize=address,undefined -fno-sanitize-recover=all"
2222
addons:
2323
apt:

0 commit comments

Comments
 (0)