cclauss
2018-12-03 18:57:57 +01:00
parent 9265deb465
commit 043203fff2

@@ -4,7 +4,6 @@ https://github.com/koalaman/shellcheck#travis-ci:
For a truly simple configuration, place the following in your `.travis.yml`:
```yaml
language: shell
sudo: false
script:
- bash -c 'shopt -s globstar; shellcheck **/*.{sh,ksh,bash}'
```