aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2017-10-22 10:49:26 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2017-11-11 09:09:17 -0500
commit7414d9232751d378ff2840b7fb45e711b7f69477 (patch)
treea93b5a782fd3247ceef6d1d672ee945cb51730c1 /.travis.yml
parentFix build yml files (diff)
downloadsway-7414d9232751d378ff2840b7fb45e711b7f69477.tar.gz
sway-7414d9232751d378ff2840b7fb45e711b7f69477.tar.zst
sway-7414d9232751d378ff2840b7fb45e711b7f69477.zip
Also need meson
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 be7ac3e0..bc1ee45b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,6 +23,7 @@ arch:
23 - gdk-pixbuf2 23 - gdk-pixbuf2
24 - wlc-git 24 - wlc-git
25 - libcap 25 - libcap
26 - meson
26 script: 27 script:
27 - git clone https://github.com/swaywm/wlroots 28 - git clone https://github.com/swaywm/wlroots
28 - cd wlroots 29 - cd wlroots