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`: For a truly simple configuration, place the following in your `.travis.yml`:
```yaml ```yaml
language: shell language: shell
sudo: false
script: script:
- bash -c 'shopt -s globstar; shellcheck **/*.{sh,ksh,bash}' - bash -c 'shopt -s globstar; shellcheck **/*.{sh,ksh,bash}'
``` ```