summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml12
1 files changed, 3 insertions, 9 deletions
diff --git a/.travis.yml b/.travis.yml
index dfa48fa4..a8e292ba 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,22 +11,16 @@ arch:
11 - cmake 11 - cmake
12 - xorg-server-xwayland 12 - xorg-server-xwayland
13 - asciidoc 13 - asciidoc
14 - pcre
15 - json-c 14 - json-c
16 - pixman
17 - wayland 15 - wayland
18 - libxkbcommon
19 - libinput
20 - libx11
21 - libxcb
22 - xcb-util-image 16 - xcb-util-image
23 - libgl
24 - mesa
25 - pango 17 - pango
26 - cairo 18 - cairo
27 - gdk-pixbuf2 19 - gdk-pixbuf2
20 - wlc-git
28 script: 21 script:
29 - "bash .ci/build.sh" 22 - "cmake ."
23 - "make"
30 24
31script: 25script:
32 - "curl -s https://raw.githubusercontent.com/mikkeloscar/arch-travis/master/arch-travis.sh | bash" 26 - "curl -s https://raw.githubusercontent.com/mikkeloscar/arch-travis/master/arch-travis.sh | bash"