diff options
| author | yalh76 <yalh@yahoo.com> | 2019-05-22 17:17:00 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-22 17:17:00 +0200 |
| commit | 0c16a9585b813cbea4c74c9a77be9035533423f7 (patch) | |
| tree | 6d110997f1fde72dbe423da6f2a9abbabd1c4730 /.travis.yml | |
| parent | 2987ccf8b3aa393dbef79b874dfe5839a0ee10da (diff) | |
| parent | 5068fc86f1871c7c702d6dde81e156d7b428725a (diff) | |
| download | mastodon_ynh-0c16a9585b813cbea4c74c9a77be9035533423f7.tar.gz mastodon_ynh-0c16a9585b813cbea4c74c9a77be9035533423f7.tar.bz2 mastodon_ynh-0c16a9585b813cbea4c74c9a77be9035533423f7.zip | |
Merge pull request #142 from YunoHost-Apps/testing
Upgrade
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 7 |
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 |
