diff options
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 0404d8ea..61fdd43d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -69,7 +69,6 @@ requires: - gcc - git - gobject-introspection - - intltool - itstool - libcanberra - libmateweather @@ -87,6 +86,7 @@ requires: # Useful URL: https://github.com/mate-desktop/debian-packages # Useful URL: https://salsa.debian.org/debian-mate-team/mate-panel - autoconf-archive + - autopoint - clang - clang-tools - cppcheck @@ -94,7 +94,6 @@ requires: - git - gobject-introspection - gtk-doc-tools - - intltool - libatk1.0-dev - libcairo2-dev - libdconf-dev @@ -145,13 +144,13 @@ requires: ubuntu: - autoconf-archive + - autopoint - clang - clang-tools - gir1.2-freedesktop - git - gobject-introspection - gtk-doc-tools - - intltool - libatk1.0-dev - libcairo2-dev - libdconf-dev |