aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2014-03-25 11:46:17 +0100
committerTobias Brunner <tobias@strongswan.org>2014-03-27 10:52:45 +0100
commit29b7377530b8464c2705b66ce277ce696c12dff9 (patch)
tree2857e235ece15638f1d125b03c6019c13f2faf17 /.travis.yml
parent58d8c52190c19b24022a1de7bb218f26c8c83c89 (diff)
downloadstrongswan-29b7377530b8464c2705b66ce277ce696c12dff9.tar.bz2
strongswan-29b7377530b8464c2705b66ce277ce696c12dff9.tar.xz
travis: Run the "all" test case with leak detective enabled
But disable the gcrypt plugin, as it causes leaks. Also disable the backtraces by libunwind as they seem to cause threads to get cleaned up after the leak detective already has been disabled, which leads to invalid free()s.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index e7b0f7e51..2a23fea06 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -31,6 +31,7 @@ env:
- TEST=printf-builtin LEAK_DETECTIVE=yes
- TEST=all
- TEST=all MONOLITHIC=yes
+ - TEST=all LEAK_DETECTIVE=yes
matrix:
include: