travis-updates update travis config since shellcheck is available by defaul…

Push event #294.1 failed

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