AMD64
Shell
Git
The .travis.yml file used for this job is not available
Build Config
{
"language": "shell",
"os": [
"linux"
],
"dist": "bionic",
"script": [
"bash -c 'shopt -s globstar; shellcheck -s bash **/*.sh .functions/*'"
],
"jobs": {
"fast_finish": true
}
}