From 1cf2c568c9a8d3a515254036916219d1b12de4d0 Mon Sep 17 00:00:00 2001 From: Jan Breuer <jan.breuer@jaybee.cz> Date: 周二, 13 10月 2015 00:49:16 +0800 Subject: [PATCH] Resolve #57: SCPI_ExprChannelListEntry() crashes with whitespaces --- .travis.yml | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 85f7f4e..dc5d9dc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,11 @@ addons: apt: packages: - - cunit - libcunit1-dev + - clang sudo: false script: - - make test + - make + - CC=clang CFLAGS="-g -O0 -fsanitize=address" LDFLAGS="-g -fsanitize=address" make clean test -- Gitblit v1.9.1