From c2c2c639afbae4e7ddb90d10cfa9a25734d3d283 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Wed, 2 Apr 2014 11:31:41 +0200 Subject: [PATCH] travis: Build "all" test without Windows specific charon-svc or dbghelp --- scripts/test.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/test.sh b/scripts/test.sh index bc09c76d41..2c8872ce4a 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -31,7 +31,8 @@ all) CONFIG="--enable-all --disable-android-dns --disable-android-log --disable-dumm --disable-kernel-pfroute --disable-keychain --disable-lock-profiler --disable-maemo --disable-padlock - --disable-osx-attr --disable-tkm --disable-uci --disable-aikgen" + --disable-osx-attr --disable-tkm --disable-uci --disable-aikgen + --disable-svc --disable-dbghelp-backtraces" if test "$LEAK_DETECTIVE" = "yes"; then # libgcrypt can't be deinitialized CONFIG="$CONFIG --disable-gcrypt"