summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2015-12-08 07:09:21 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2015-12-08 07:09:21 -0500
commit7ed204eb02d1a83bcfd315d6f321497f3d7b41aa (patch)
treeb7caa28bec450d4f77ee8eba60b213e1c24f4be4 /.travis.yml
parentMerge pull request #292 from christophgysin/man (diff)
parentswaybg: load more image formats with gdk-pixbuf2 (diff)
downloadsway-7ed204eb02d1a83bcfd315d6f321497f3d7b41aa.tar.gz
sway-7ed204eb02d1a83bcfd315d6f321497f3d7b41aa.tar.zst
sway-7ed204eb02d1a83bcfd315d6f321497f3d7b41aa.zip
Merge pull request #296 from progandy/pixbuf
Support for more image formats for wallpapers with gdk-pixbuf (#282)
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 7aa8ed44..893980de 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,6 +18,7 @@ arch:
18 - mesa 18 - mesa
19 - pango 19 - pango
20 - cairo 20 - cairo
21 - gdk-pixbuf2
21 script: 22 script:
22 - "bash .ci/build.sh" 23 - "bash .ci/build.sh"
23 24