sf-backfills add progress output

Push event #761 passed

  • Ran for
  • Total time
The .travis.yml file used for this job is not available
Build Config
{
  "os": [
    "linux"
  ],
  "env": {
    "matrix": [
      "RAILS_ENV=test"
    ]
  },
  "rvm": [
    "2.3.4"
  ],
  "dist": "trusty",
  "sudo": false,
  "cache": {
    "directories": [
      "vendor/bundle"
    ]
  },
  "matrix": {
    "include": [
      {
        "addons": {
          "postgresql": "9.3"
        }
      },
      {
        "addons": {
          "postgresql": "9.6"
        }
      }
    ],
    "fast_finish": true
  },
  "install": [
    "bundle _1.12.4_ install --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle}"
  ],
  "language": "ruby",
  "services": [
    "postgresql"
  ],
  "before_script": [
    "cp config/database.yml.travis config/database.yml"
  ],
  "before_install": [
    "gem install bundler -v 1.12.4"
  ]
}