infomate.club/.travis.yml

12 lines
135 B
YAML

os: linux
dist: bionic
language: python
python:
- "3.7"
addons:
apt:
packages:
- "shellcheck"
script:
- "make test-ci"