diff options
author | Wu Xiaotian <[email protected]> | 2019-09-21 18:08:59 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-09-22 12:52:38 +0200 |
commit | 77d3f0875ea824e7256eb107317d69b23b35508a (patch) | |
tree | 7f8d139cd8bc5cf0e01c3a9384f0b330c1ec0f49 /.travis.yml | |
parent | ef3e818800d4676b9c4e10ab996b18dbdfbf439f (diff) | |
download | mate-applets-77d3f0875ea824e7256eb107317d69b23b35508a.tar.bz2 mate-applets-77d3f0875ea824e7256eb107317d69b23b35508a.tar.xz |
ci: add cpupower build dependency to archlinux
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index c984d9d4..3cc25af5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -65,6 +65,7 @@ requires: archlinux: # Useful URL: https://git.archlinux.org/svntogit/community.git/tree/mate-applets - clang + - cpupower - gcc - git - gucharmap |