summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml22
1 files changed, 22 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 00000000..5d1f8faa
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,22 @@
1sudo: required
2
3arch:
4 packages:
5 - cmake
6 - xorg-server-xwayland
7 - asciidoc
8 - pcre
9 - json-c
10 - pixman
11 - wayland
12 - libxkbcommon
13 - libinput
14 - libx11
15 - libxcb
16 - libgl
17 - mesa
18 script:
19 - "bash .ci/build.sh"
20
21script:
22 - "curl -s https://raw.githubusercontent.com/mikkeloscar/arch-travis/master/arch-travis.sh | bash"