diff options
author | Drew DeVault <sir@cmpwn.com> | 2016-01-23 07:39:03 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2016-01-23 07:39:03 -0500 |
commit | a297df4a1f88315b83507d254f8c5e39d510aa5e (patch) | |
tree | dc530c2af6892705d71442bc96793683db0f7a88 /.travis.yml | |
parent | 102719c7dd90ebfa1740894234e08f546bc054ea (diff) |
Add xcb-util-wm to PKGBUILD
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 dfa48fa4..ad746552 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,6 +25,7 @@ arch: - pango - cairo - gdk-pixbuf2 + - xcb-util-wm script: - "bash .ci/build.sh" |