aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-02-27 16:17:39 -0800
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-02-27 16:17:39 -0800
commitf5065c5b65035eb0999877391cf8dfd634ad4a5f (patch)
tree3e7a5f647cbe5d68f562d29da64a6aa64e8144f4 /.travis.yml
parent6727428f96106281b16433fa52c6e199348facda (diff)
Enable asan for C core
Also speed up a test, and disable some rarely touched but long running tests
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 0 insertions, 3 deletions
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