summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml20
1 files changed, 0 insertions, 20 deletions
diff --git a/.travis.yml b/.travis.yml
index 4ad1cbe..8f9ccac 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -68,7 +68,6 @@ requires:
- clang
- gcc
- git
- - gobject-introspection # for mate-menus
- intltool
- libmatekbd
- libnotify
@@ -90,7 +89,6 @@ requires:
- cppcheck
- gcc
- git
- - gobject-introspection
- intltool
- libdbus-glib-1-dev
- libdconf-dev
@@ -125,7 +123,6 @@ requires:
- desktop-file-utils
- gcc
- git
- - gobject-introspection-devel
- gtk3-devel
- libX11-devel
- libXScrnSaver-devel
@@ -152,7 +149,6 @@ requires:
- clang
- clang-tools
- git
- - gobject-introspection
- intltool
- libdbus-glib-1-dev
- libdconf-dev
@@ -213,22 +209,6 @@ before_scripts:
- fi
- make
- make install
- # Install mate-menus from git
- - cd ${START_DIR}
- - if [ ! -d mate-menus-build ]; then
- - git clone --depth 1 https://github.com/mate-desktop/mate-menus.git mate-menus-build
- - fi
- - cd mate-menus-build
- - if [ ${DISTRO_NAME} == "debian" -o ${DISTRO_NAME} == "ubuntu" ];then
- - ./autogen.sh --prefix=/usr --libdir=/usr/lib/x86_64-linux-gnu --libexecdir=/usr/lib/x86_64-linux-gnu
- - else
- - ./autogen.sh --prefix=/usr
- - fi
- - if [ ${TRAVIS} == "false" ]; then
- - make clean
- - fi
- - make
- - make install
build_scripts:
- ./autogen.sh --enable-compile-warnings=maximum