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`:
|
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}'
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user