diff options
author | Wu Xiaotian <[email protected]> | 2019-02-17 22:03:31 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-02-17 16:19:19 +0100 |
commit | fd27849028a8226453b75b1747ccd1b0d88227c8 (patch) | |
tree | 1dde5381e67e18c5ba746ed4652f0ffada279e48 | |
parent | a7633097e6e9b73f43a5dcba469b160a63b93b2c (diff) | |
download | mate-power-manager-fd27849028a8226453b75b1747ccd1b0d88227c8.tar.bz2 mate-power-manager-fd27849028a8226453b75b1747ccd1b0d88227c8.tar.xz |
add require packages for archlinux
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 91c41f2..d1768ee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,17 +30,20 @@ env: requires: archlinux: # Useful URL: https://git.archlinux.org/svntogit/community.git/tree/mate-power-manager + - dbus-glib - file - gcc - git - intltool - itstool + - libcanberra - libgnome-keyring - libnotify - make - mate-common - mate-panel - python + - upower - which - yelp-tools |