Test code quality on commits

This commit is contained in:
Viktor Szépe 2017-12-04 16:47:16 +01:00 committed by GitHub
parent e8cd6c9807
commit a816032086
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

16
.travis.yml Normal file
View File

@ -0,0 +1,16 @@
language: bash
sudo: false
addons:
apt:
sources:
- debian-sid
packages:
- shellcheck
script:
- bash -c 'shopt -s globstar; shellcheck **/*.{sh,bash}'
matrix:
fast_finish: true