diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
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 |