From e7ea8fc23646c26158570d462a283ac0fe7c8ecc Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Fri, 21 Jun 2019 18:19:20 +0200 Subject: [ci] remove libgnome-keyring-dev on ubuntu --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 41b7829..1d02da4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -141,7 +141,6 @@ requires: - libdbus-glib-1-dev - libgcrypt20-dev - libglib2.0-dev - - libgnome-keyring-dev - libgtk-3-dev - libmate-panel-applet-dev - libnotify-dev @@ -176,7 +175,7 @@ variables: -enable-checker security.insecureAPI.strcpy"' build_scripts: - - if [ ${DISTRO_NAME} == "debian" ];then + - if [ ${DISTRO_NAME} == "debian" -o ${DISTRO_NAME} == "ubuntu" ];then - ./autogen.sh --without-keyring - scan-build $CHECKERS ./configure --without-keyring - else -- cgit v1.2.1