From f5065c5b65035eb0999877391cf8dfd634ad4a5f Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Fri, 27 Feb 2015 16:17:39 -0800 Subject: Enable asan for C core Also speed up a test, and disable some rarely touched but long running tests --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 17bd882e7c..68097a8182 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,9 +11,6 @@ env: - CONFIG=dbg TEST=c - CONFIG=dbg TEST=c++ - CONFIG=asan TEST=c - - CONFIG=asan TEST=c++ - - CONFIG=tsan TEST=c - - CONFIG=tsan TEST=c++ - CONFIG=opt TEST=c - CONFIG=opt TEST=c++ - CONFIG=opt TEST=node -- cgit v1.2.3