summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWu Xiaotian <[email protected]>2019-10-29 16:16:40 +0800
committerraveit65 <[email protected]>2019-11-07 11:22:37 +0100
commit9b82cdf292c95bbfa7376471df73a4ffdc75c2bb (patch)
treeb3d7a2e3b4a2a305c65ce026f16f6840cba4633f
parentcd5b6003a7c380e95d8422b66f116d294c09b945 (diff)
downloadmate-notification-daemon-9b82cdf292c95bbfa7376471df73a4ffdc75c2bb.tar.bz2
mate-notification-daemon-9b82cdf292c95bbfa7376471df73a4ffdc75c2bb.tar.xz
ci: add autopoint
-rw-r--r--.travis.yml13
1 files 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'