aboutsummarylogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorFlorian Moser2021-01-16 18:07:42 +0100
committerFlorian Moser2021-01-16 18:07:42 +0100
commit53f3bbe33e1cbb381814790f8e70974a2d6af928 (patch)
treeb85591686c1031a332cd9c8eafd1d11402c4c92f /.travis.yml
downloadaur-53f3bbe33e1cbb381814790f8e70974a2d6af928.tar.gz
Initial commit
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 000000000000..1ad4609b9c3b
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,18 @@
+sudo: required
+
+services:
+ - docker
+
+archlinux:
+ packages:
+ - namcap
+ script:
+ - "PKGEXT='.pkg.tar' makepkg -si --noconfirm"
+ - "namcap PKGBUILD"
+ - "namcap symfony*.pkg*"
+
+script:
+ - "curl -s https://raw.githubusercontent.com/mikkeloscar/arch-travis/master/arch-travis.sh | bash"
+
+notifications:
+ email: false \ No newline at end of file