Push event #13 passed

  • Ran for
  • Total time
The .travis.yml file used for this job is not available
Build Config
{
  "os": [
    "linux"
  ],
  "rvm": [
    "2.3.6",
    "2.4.4",
    "2.5.1"
  ],
  "dist": "trusty",
  "sudo": false,
  "matrix": {
    "include": [
      {
        "stage": "redeploy-app",
        "deploy": [
          {
            "on": {
              "branch": [
                "master"
              ]
            },
            "script": "bash deploy.sh",
            "provider": "script"
          }
        ],
        "script": [
          "skip"
        ]
      }
    ]
  },
  "install": [
    "bundle install --retry=3"
  ],
  "language": "ruby",
  "before_install": [
    "gem update --system",
    "gem install bundler"
  ]
}