AMD64
no language set
Git
techgaun/dotfiles:.travis.yml@b78e4bc
language: shell
os: linux
dist: bionic
script:
- bash -c 'shopt -s globstar; shellcheck -s bash **/*.sh .functions/*'
jobs:
fast_finish: true
Build Config
{
"language": "shell",
"os": [
"linux"
],
"dist": "bionic",
"script": [
"bash -c 'shopt -s globstar; shellcheck -s bash **/*.sh .functions/*'"
],
"jobs": {
"fast_finish": true
}
}