1
0
mirror of synced 2025-02-24 16:03:15 +03:00
2016-05-10 23:51:49 -05:00

17 lines
174 B
YAML

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