From 9b82cdf292c95bbfa7376471df73a4ffdc75c2bb Mon Sep 17 00:00:00 2001 From: Wu Xiaotian Date: Tue, 29 Oct 2019 16:16:40 +0800 Subject: ci: add autopoint --- .travis.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index ebe52a3..7a6065a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -69,7 +69,6 @@ requires: - gcc - git - gtk3 - - intltool - libnotify - libwnck3 - make @@ -80,6 +79,7 @@ requires: # Useful URL: https://github.com/mate-desktop/debian-packages # Useful URL: https://salsa.debian.org/debian-mate-team/mate-notification-daemon - autoconf-archive + - autopoint - clang - clang-tools - cppcheck @@ -87,7 +87,6 @@ requires: - git - gobject-introspection - gtk-doc-tools - - intltool - libcanberra-gtk3-dev - libdconf-dev - libexempi-dev @@ -126,12 +125,12 @@ requires: ubuntu: - autoconf-archive + - autopoint - clang - clang-tools - git - gobject-introspection - gtk-doc-tools - - intltool - libcanberra-gtk3-dev - libdconf-dev - libexempi-dev @@ -173,10 +172,10 @@ variables: before_scripts: # Debian - patch intltool-update - - if [ ${DISTRO_NAME} == "debian" ];then - - curl -Ls -o debian.sh https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/debian.sh - - bash ./debian.sh - - fi + #- if [ ${DISTRO_NAME} == "debian" ];then + #- curl -Ls -o debian.sh https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/debian.sh + #- bash ./debian.sh + #- fi # Install mate-common fron tarball - cd ${START_DIR} - '[ -f mate-common-1.23.3.tar.xz ] || curl -Ls -o mate-common-1.23.3.tar.xz http://pub.mate-desktop.org/releases/1.23/mate-common-1.23.3.tar.xz' -- cgit v1.2.1