update to travis recomendations

This commit is contained in:
Daniel Hansson 2020-06-29 19:29:28 +02:00 committed by GitHub
parent 7a7f3be0fa
commit ce71642308
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,5 @@
language: bash
sudo: false
language: shell
os: ubuntu
dist: focal
script:
- bash -c 'shopt -s globstar; shellcheck -x **/*.sh'