diff --git a/.travis.yml b/.travis.yml index 654d2bb..3cf149d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -216,7 +216,7 @@ install: script: - |- echo "using $TOOLSET : : $COMPILER ;" > ~/user-config.jam - - ./b2 -j3 libs/endian/test toolset=$TOOLSET cxxstd=$CXXSTD ${UBSAN:+cxxflags=-fsanitize=undefined} ${UBSAN:+linkflags=-fsanitize=undefined} + - ./b2 -j3 libs/endian/test toolset=$TOOLSET cxxstd=$CXXSTD ${UBSAN:+cxxflags=-fsanitize=undefined} ${UBSAN:+cxxflags=-fno-sanitize-recover=undefined} ${UBSAN:+linkflags=-fsanitize=undefined} notifications: email: