From df4d99d1edad527c845f43d0bb03902dc3c035c2 Mon Sep 17 00:00:00 2001 From: Wu Xiaotian Date: Mon, 11 Nov 2019 11:54:57 +0800 Subject: ci: add autopoint --- .travis.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 83f9654..9ed9420 100644 --- a/.travis.yml +++ b/.travis.yml @@ -68,7 +68,6 @@ requires: - clang - gcc - git - - intltool - libsm - make - mate-common @@ -81,13 +80,12 @@ requires: # Useful URL: https://github.com/mate-desktop/debian-packages # Useful URL: https://salsa.debian.org/debian-mate-team/mate-terminal - autoconf-archive + - autopoint - clang - clang-tools - cppcheck - gcc - git - - intltool - - intltool - libdconf-dev - libglib2.0-dev - libgtk-3-dev @@ -117,11 +115,10 @@ requires: ubuntu: - autoconf-archive + - autopoint - clang - clang-tools - git - - intltool - - intltool - libdconf-dev - libglib2.0-dev - libgtk-3-dev @@ -153,8 +150,6 @@ variables: before_scripts: - 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 - egrep -lRZ 'G_GNUC_BEGIN_IGNORE_DEPRECATIONS' . | xargs -0 -l sed -i -e 's/G_GNUC_BEGIN_IGNORE_DEPRECATIONS/ /g' - egrep -lRZ 'G_GNUC_END_IGNORE_DEPRECATIONS' . | xargs -0 -l sed -i -e 's/G_GNUC_END_IGNORE_DEPRECATIONS/ /g' - fi -- cgit v1.2.1