summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
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