mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Travis CI is deprecating the keyword 'sudo' https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration
@@ -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}'
|
||||
```
|
||||
|
Reference in New Issue
Block a user