diff options
author | Wu Xiaotian <[email protected]> | 2019-11-04 17:40:30 +0800 |
---|---|---|
committer | ZenWalker <[email protected]> | 2019-11-11 01:18:10 +0100 |
commit | 08724f314a0f0c635a652e5c501800d6ccd6d811 (patch) | |
tree | 29d2cf18182aa44610094f7311310df2f51826e2 | |
parent | d19b62785293db5999bb14b6ebb611aa76a7253a (diff) | |
download | atril-08724f314a0f0c635a652e5c501800d6ccd6d811.tar.bz2 atril-08724f314a0f0c635a652e5c501800d6ccd6d811.tar.xz |
ci: add autopoint
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 04f209cb..ad7a25c7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -70,7 +70,6 @@ requires: - gcc - git - gobject-introspection - - intltool - itstool - libgxps - make @@ -84,12 +83,12 @@ requires: debian: # Useful URL: https://github.com/mate-desktop/debian-packages # Useful URL: https://salsa.debian.org/debian-mate-team/atril + - autopoint - clang - clang-tools - cppcheck - git - gobject-introspection - - intltool - libcaja-extension-dev - libdjvulibre-dev - libgail-3-dev @@ -144,11 +143,11 @@ requires: - yelp-tools ubuntu: + - autopoint - clang - clang-tools - git - gobject-introspection - - intltool - libcaja-extension-dev - libdjvulibre-dev - libgail-3-dev |