master Strip leading `v` off of version tag for tarball

Push event #10.1 canceled

  • Ran for
AMD64
Shell
Git
VERSION=v0.4.5
The .travis.yml file used for this job is not available
Build Config
{
  "env": "VERSION=v0.4.5",
  "dist": "trusty",
  "sudo": "required",
  "addons": {
    "artifacts": {
      "paths": [
        "shellcheck-${VERSION}.tar.bz2",
        "shellcheck-${VERSION}.tar.bz2.sha256sum"
      ],
      "target_paths": [
        "/binaries/ubuntu/14.04/x86_64"
      ]
    }
  },
  "script": "make build",
  "language": "bash"
}