AMD64
Shell
Git
The .travis.yml file used for this job is not available
Build Config
{
  "dist": "trusty",
  "sudo": "required",
  "addons": {
    "artifacts": {
      "paths": [
        "./build/shellcheck-${VERSION}.tar.bz2"
      ],
      "target_paths": [
        "/binaries/$OS_NAME/$LSB_RELEASE/$ARCH"
      ]
    }
  },
  "script": [
    "export LSB_RELEASE=${LSB_RELEASE:-$(lsb_release -rs || echo ${$(sw_vers -productVersion)%*.*})}",
    "export OS_NAME=${OS_NAME:-$(lsb_release -is | tr \"A-Z\" \"a-z\" || echo \"osx\")}",
    "export ARCH=${ARCH:-$(uname -m)}",
    "make build"
  ],
  "language": "bash"
}