AMD64
Shell
Git
The .travis.yml file used for this job is not available
Build Config
{
"sudo": false,
"addons": {
"apt": {
"sources": [
"debian-sid"
],
"packages": [
"shellcheck"
]
}
},
"matrix": {
"fast_finish": true
},
"script": [
"bash -c 'shopt -s globstar; shellcheck -s bash **/*.sh .functions/*'"
],
"language": "bash"
}