language: bash
sudo: false
addons:
apt:
sources:
- debian-sid
packages:
- shellcheck
script:
- shellcheck *.sh extras/*.sh
matrix:
fast_finish: true