pre-caching-dependencies demo pre-caching on the first stage

Push event #14 passed

  • Ran for
  • Total time
The .travis.yml file used for this job is not available
Build Config
{
  "dist": "trusty",
  "jobs": {
    "include": [
      {
        "rvm": 2.3,
        "stage": "precache",
        "script": true
      },
      {
        "rvm": 2.3,
        "stage": "test",
        "script": "bundle show"
      },
      {
        "rvm": 2.3,
        "stage": "test",
        "script": "bundle show"
      },
      {
        "rvm": 2.3,
        "stage": "test",
        "script": "bundle show"
      }
    ]
  },
  "sudo": false,
  "cache": "bundler"
}