mirror of
https://github.com/YunoHost-Apps/rocketchat_ynh.git
synced 2024-09-03 20:16:25 +02:00
10 lines
195 B
YAML
10 lines
195 B
YAML
dist: trusty
|
|
sudo: required
|
|
|
|
language: node_js
|
|
|
|
before_install:
|
|
- git clone https://github.com/YunoHost/package_linter /tmp/package_linter
|
|
|
|
script:
|
|
- /tmp/package_linter/package_linter.py ./
|