summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2016-01-23 07:39:03 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2016-01-23 07:39:03 -0500
commita297df4a1f88315b83507d254f8c5e39d510aa5e (patch)
treedc530c2af6892705d71442bc96793683db0f7a88 /.travis.yml
parentmanpage: fix sway-input layout (diff)
downloadsway-a297df4a1f88315b83507d254f8c5e39d510aa5e.tar.gz
sway-a297df4a1f88315b83507d254f8c5e39d510aa5e.tar.zst
sway-a297df4a1f88315b83507d254f8c5e39d510aa5e.zip
Add xcb-util-wm to PKGBUILD
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
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:
25 - pango 25 - pango
26 - cairo 26 - cairo
27 - gdk-pixbuf2 27 - gdk-pixbuf2
28 - xcb-util-wm
28 script: 29 script:
29 - "bash .ci/build.sh" 30 - "bash .ci/build.sh"
30 31