master Merge pull request #561 from travis-ci/sf-sync-queue

Talk to the Sync 2.0 queue

Sven Fuchs authored GitHub committed

Push event #4779 passed

  • Ran for
  • Total time
The .travis.yml file used for this job is not available
Build Config
{
  "rvm": [
    "2.0",
    "2.1"
  ],
  "sudo": false,
  "cache": {
    "directories": [
      "vendor/bundle"
    ]
  },
  "addons": {
    "artifacts": {
      "paths": [
        "log/"
      ]
    },
    "postgresql": 9.3
  },
  "matrix": {
    "fast_finish": true
  },
  "script": [
    "./build.sh"
  ],
  "install": [
    "bundle _1.9.0_ install --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle}"
  ],
  "language": "ruby",
  "services": [
    "redis",
    "memcached"
  ],
  "before_script": [
    "redis-cli config set save \"\"",
    "RAILS_ENV=test bundle exec rake db:create --trace"
  ],
  "before_install": [
    "gem install bundler -v 1.9.0"
  ]
}