summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml17
1 files changed, 0 insertions, 17 deletions
diff --git a/.travis.yml b/.travis.yml
index d5faaafc..3dcb54e4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -138,23 +138,6 @@ requires:
variables:
- CFLAGS="-Wall -Werror=format-security"
-before_scripts:
- - 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
-
after_scripts:
- make distcheck