From e5e1c98b2ce2a627abe6fd4efb31af220b615a85 Mon Sep 17 00:00:00 2001 From: Pavel Belikov Date: Fri, 10 Nov 2017 20:19:09 +0300 Subject: add asan and ubsan to travis ci --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index b793be5..4d1d5b6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,7 +42,7 @@ matrix: apt: sources: ['ubuntu-toolchain-r-test'] packages: ['g++-6'] - env: COMPILER=g++-6 CONFIG=Debug + env: COMPILER=g++-6 CONFIG=Debug FLAGS='-fsanitize=address,undefined -fno-sanitize-recover=all' - os: linux addons: -- cgit v1.2.1