aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 00000000..2f6e93dd
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,17 @@
1sudo: required
2
3arch:
4 packages:
5 - cmake
6 - xorg-server-xwayland
7 - asciidoc
8 - pcre
9 - json-c
10 # aur
11 - wlc-git
12 script:
13 - "cmake ."
14 - "make"
15
16script:
17 - "curl -s https://raw.githubusercontent.com/mikkeloscar/arch-travis/master/arch-travis.sh | bash"