sf-docker-unconstrained temporarily remove memory and cpuset constraints for now

Push event #2037 passed

  • Ran for
  • Total time
  • New branch build
The .travis.yml file used for this job is not available
Build Config
{
  "env": [
    "JRUBY_OPTS=\"--server -Xcext.enabled=false -Xcompile.invokedynamic=false\""
  ],
  "jdk": [
    "openjdk7",
    "openjdk6",
    "oraclejdk7"
  ],
  "rvm": "jruby-1.7.12",
  "matrix": {
    "allow_failures": [
      {
        "rvm": "jruby-head"
      }
    ]
  },
  "script": "bin/rspec spec",
  "language": "ruby",
  "services": [
    "rabbitmq"
  ],
  "bundler_args": "--deployment --binstubs",
  "before_script": "cp config/worker.example.yml config/worker.yml"
}