AMD64
Shell
Git
travis-ci/travis-enterprise-worker-installers:.travis.yml@6ff59b0
language: minimal
addons:
apt:
packages:
- shellcheck
script:
- shellcheck -s bash *.sh
- shellcheck -s bash lxd/*.sh
notifications:
email: never
Build Config
{
"language": "shell",
"os": [
"linux"
],
"dist": "xenial",
"addons": {
"apt": {
"packages": [
"shellcheck"
]
}
},
"script": [
"shellcheck -s bash *.sh",
"shellcheck -s bash lxd/*.sh"
],
"notifications": {
"email": [
{
"recipients": [
"never"
]
}
]
}
}