diff options
author | Wu Xiaotian <[email protected]> | 2019-12-24 12:33:59 +0800 |
---|---|---|
committer | Robert Antoni Buj Gelonch <[email protected]> | 2019-12-24 11:07:14 +0100 |
commit | 8db64604e38e34d5d62fc25b04d3e20247322efe (patch) | |
tree | 1ff29fdd03167046bfb35e7640ae877c0204d767 /.travis.yml | |
parent | 26b2e261d06b16e602e42bd4ae1821494f019121 (diff) | |
download | caja-extensions-8db64604e38e34d5d62fc25b04d3e20247322efe.tar.bz2 caja-extensions-8db64604e38e34d5d62fc25b04d3e20247322efe.tar.xz |
travis: 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 a7cae9f..6e22545 100644 --- a/.travis.yml +++ b/.travis.yml @@ -71,7 +71,6 @@ requires: - git - gupnp - imagemagick - - intltool - make - mate-common - python @@ -81,6 +80,7 @@ requires: debian: # Useful URL: https://github.com/mate-desktop/debian-packages # Useful URL: https://salsa.debian.org/debian-mate-team/caja-extensions + - autopoint - clang - clang-tools - cppcheck @@ -117,6 +117,7 @@ requires: - redhat-rpm-config ubuntu: + - autopoint - clang - clang-tools - git |