diff options
author | Wu Xiaotian <[email protected]> | 2019-10-28 09:58:14 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-11-03 18:39:41 +0100 |
commit | 0390c8a6e2ff400a1cb9dd56b5cda67155419ddb (patch) | |
tree | b1adf378d5b68f32cbb0aa395009fb2f1790b7bb /.travis.yml | |
parent | 0ccbb561412f76b1f7551e26dcc0a3f9c4a283a9 (diff) | |
download | libmateweather-0390c8a6e2ff400a1cb9dd56b5cda67155419ddb.tar.bz2 libmateweather-0390c8a6e2ff400a1cb9dd56b5cda67155419ddb.tar.xz |
ci: add autopoint
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 47fa4f8..153a8af 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,7 +41,6 @@ requires: - gcc - git - gtk3 - - intltool - libsoup - make - mate-common @@ -50,6 +49,7 @@ requires: debian: # Useful URL: https://github.com/mate-desktop/debian-packages # Useful URL: https://salsa.debian.org/debian-mate-team/libmateweather + - autopoint - git - gtk-doc-tools - libglib2.0-dev @@ -73,6 +73,7 @@ requires: - redhat-rpm-config ubuntu: + - autopoint - git - gtk-doc-tools - libglib2.0-dev |