summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2019-06-21 18:19:20 +0200
committerZenWalker <[email protected]>2019-06-24 01:34:52 +0200
commite7ea8fc23646c26158570d462a283ac0fe7c8ecc (patch)
tree4a5882d01f257698277ca22931d8043d6a1fd1e4 /.travis.yml
parent0e641fe8d161ca38a7e56159501f5ab63fc10610 (diff)
downloadmate-power-manager-e7ea8fc23646c26158570d462a283ac0fe7c8ecc.tar.bz2
mate-power-manager-e7ea8fc23646c26158570d462a283ac0fe7c8ecc.tar.xz
[ci] remove libgnome-keyring-dev on ubuntu
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