aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authoryalh76 <yalh@yahoo.com>2019-05-12 20:32:33 +0200
committerGitHub <noreply@github.com>2019-05-12 20:32:33 +0200
commitc857d70f73587852cacc608a4e140b5b6b2b9e87 (patch)
tree0cf3ea06df3f1b5f6206d51518f805a481417117 /.travis.yml
parent386c48a3389d0d817b87bccf43f312f75782646a (diff)
parent0e6fcf1700e12399fea0bf3ba0c91a71f0bec9cc (diff)
downloadmastodon_ynh-c857d70f73587852cacc608a4e140b5b6b2b9e87.tar.gz
mastodon_ynh-c857d70f73587852cacc608a4e140b5b6b2b9e87.tar.bz2
mastodon_ynh-c857d70f73587852cacc608a4e140b5b6b2b9e87.zip
Merge branch 'testing' into example_ynh
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