diff options
author | Wu Xiaotian <[email protected]> | 2019-12-25 10:32:06 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-12-28 11:52:39 +0100 |
commit | b7fce624869aadc2d8d2b520aeee19b7cfe5bd02 (patch) | |
tree | 52dc7d2a1a16d2bbd7f01ba445f00b2fac0f0b36 | |
parent | 6364c09edc1f888d5596bb93086189f431776874 (diff) | |
download | mate-utils-b7fce624869aadc2d8d2b520aeee19b7cfe5bd02.tar.bz2 mate-utils-b7fce624869aadc2d8d2b520aeee19b7cfe5bd02.tar.xz |
travis: add autopoint
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 65513260..cd2e29c8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -68,7 +68,6 @@ requires: - clang - gcc - git - - intltool - itstool - libcanberra - libgtop @@ -84,6 +83,7 @@ requires: # Useful URL: https://github.com/mate-desktop/debian-packages # Useful URL: https://salsa.debian.org/debian-mate-team/mate-utils - autoconf-archive + - autopoint - clang - clang-tools - cppcheck @@ -91,7 +91,6 @@ requires: - g++ - git - gtk-doc-tools - - intltool - libcanberra-gtk3-dev - libglib2.0-dev - libgtk-3-dev @@ -136,12 +135,12 @@ requires: ubuntu: - autoconf-archive + - autopoint - clang - clang-tools - g++ - git - gtk-doc-tools - - intltool - libcanberra-gtk3-dev - libglib2.0-dev - libgtk-3-dev |