diff options
author | Wu Xiaotian <[email protected]> | 2019-10-29 14:51:16 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-11-13 10:03:32 +0100 |
commit | 3d5e18dfc8a01a4b4f9f2f318e69f5ae976a44c0 (patch) | |
tree | 9444e2134e94b81d5c96178bf76407b214d96892 | |
parent | 1a7ae12d402b6f1dccd6b8dac44f38440f571ca5 (diff) | |
download | eom-3d5e18dfc8a01a4b4f9f2f318e69f5ae976a44c0.tar.bz2 eom-3d5e18dfc8a01a4b4f9f2f318e69f5ae976a44c0.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 7b69c2f..0af7607 100644 --- a/.travis.yml +++ b/.travis.yml @@ -71,7 +71,6 @@ requires: - gcc - git - gobject-introspection - - intltool - itstool - lcms2 - libexif @@ -86,13 +85,13 @@ requires: debian: # Useful URL: https://github.com/mate-desktop/debian-packages # Useful URL: https://salsa.debian.org/debian-mate-team/eom + - autopoint - clang - clang-tools - cppcheck - git - gobject-introspection - gtk-doc-tools - - intltool - libdbus-glib-1-dev - libdconf-dev - libexempi-dev @@ -140,12 +139,12 @@ requires: - zlib-devel ubuntu: + - autopoint - clang - clang-tools - git - gobject-introspection - gtk-doc-tools - - intltool - libdbus-glib-1-dev - libdconf-dev - libexempi-dev |