aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authoryalh76 <yalh@yahoo.com>2019-05-10 11:37:32 +0200
committeryalh76 <yalh@yahoo.com>2019-05-10 11:37:32 +0200
commitd9c84a8297e5422e8bc1e4dd61fccde3eae9b736 (patch)
treedbf8663b920a26ce5f4a7c4e3a45b1dc3fddf882 /.travis.yml
parent2987ccf8b3aa393dbef79b874dfe5839a0ee10da (diff)
downloadmastodon_ynh-d9c84a8297e5422e8bc1e4dd61fccde3eae9b736.tar.gz
mastodon_ynh-d9c84a8297e5422e8bc1e4dd61fccde3eae9b736.tar.bz2
mastodon_ynh-d9c84a8297e5422e8bc1e4dd61fccde3eae9b736.zip
Adding automations
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..6133a24
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,7 @@
+language: python
+
+before_install:
+ - git clone https://github.com/YunoHost/package_linter /tmp/package_linter
+
+script:
+- /tmp/package_linter/package_linter.py ./ \ No newline at end of file