aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Hupel2018-03-12 11:42:30 +0100
committerLars Hupel2018-03-12 11:45:00 +0100
commit7e7d2cfbd24f29e840c43b95c734326af57f5997 (patch)
tree21d141555fce609491f63ee3e59ffbbe1feba7f3
parentade60800088a56e40e79a6bdfe23ba2c70a4bc9c (diff)
downloadaur-7e7d2cfbd24f29e840c43b95c734326af57f5997.tar.gz
Test on Travis CI
-rw-r--r--.travis.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 000000000000..22c72f2eed71
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,13 @@
+sudo: required
+
+services:
+ - docker
+
+arch:
+ packages:
+ - mlton
+ script:
+ - makepkg
+
+script:
+ - "curl -s https://raw.githubusercontent.com/mikkeloscar/arch-travis/master/arch-travis.sh | bash"