diff options
author | Wu Xiaotian <[email protected]> | 2019-05-12 15:58:33 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-05-15 12:28:30 +0200 |
commit | 8d4b0a2db1f5a23ec61e4895f3dcdf9f75bc8783 (patch) | |
tree | 9328e4661e6227260c6179c15634554bc6945e9c /.travis.yml | |
parent | b5dfa41511029b8cb0bc5fc2c7d3f04118ecb6b7 (diff) | |
download | mozo-8d4b0a2db1f5a23ec61e4895f3dcdf9f75bc8783.tar.bz2 mozo-8d4b0a2db1f5a23ec61e4895f3dcdf9f75bc8783.tar.xz |
[ci] add autopoint for debian/ubuntu
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 33f8c24..f79d9d7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -52,6 +52,7 @@ requires: debian: # Useful URL: https://github.com/mate-desktop/debian-packages # Useful URL: https://salsa.debian.org/debian-mate-team/mozo + - autopoint - gettext - git - gobject-introspection @@ -68,13 +69,14 @@ requires: - gcc - git - make - - mate-common + - mate-common - mate-menus-devel - pygobject3-devel - python3-devel - redhat-rpm-config ubuntu: + - autopoint - gettext - git - gobject-introspection |