master Merge pull request #44 from travis-ci/am_tbt_154

Push event #194.1 passed

  • Ran for
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"
        ]
      }
    ]
  }
}