From 8d2aedc2e152e507a5f6f24ac5b906c17ddeece7 Mon Sep 17 00:00:00 2001 From: Wu Xiaotian Date: Mon, 10 Jun 2019 04:12:09 +0800 Subject: [ci] use autogen.sh --without-keyring on debian --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 66b9b5a..41b7829 100644 --- a/.travis.yml +++ b/.travis.yml @@ -176,10 +176,11 @@ variables: -enable-checker security.insecureAPI.strcpy"' build_scripts: - - ./autogen.sh - if [ ${DISTRO_NAME} == "debian" ];then + - ./autogen.sh --without-keyring - scan-build $CHECKERS ./configure --without-keyring - else + - ./autogen.sh - scan-build $CHECKERS ./configure - fi - if [ $CPU_COUNT -gt 1 ]; then -- cgit v1.2.1