diff options
author | Wu Xiaotian <[email protected]> | 2019-10-15 21:58:21 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-10-30 10:09:59 +0100 |
commit | fbef7adbcbdd7bc83d0ad524d43cd3f85b30bfda (patch) | |
tree | 5bdc3bc1fe300520734a858807eca712c683b3c8 | |
parent | d7d6d00396ee5ca39c4ead6a651d5211666f6587 (diff) | |
download | libmatemixer-fbef7adbcbdd7bc83d0ad524d43cd3f85b30bfda.tar.bz2 libmatemixer-fbef7adbcbdd7bc83d0ad524d43cd3f85b30bfda.tar.xz |
ci: add autopoint
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index e4e3441..4adb0f4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,7 +42,6 @@ requires: - gcc - git - glib2 - - intltool - libpulse - make - mate-common @@ -52,6 +51,7 @@ requires: # Useful URL: https://github.com/mate-desktop/debian-packages # Useful URL: https://salsa.debian.org/debian-mate-team/libmatemixer - autoconf-archive + - autopoint - git - libasound2-dev - libglib2.0-dev @@ -72,6 +72,7 @@ requires: ubuntu: - autoconf-archive + - autopoint - git - libasound2-dev - libglib2.0-dev |