hh-xcode-6-workaround Use a proxy script on OS X to run build script

This script opens up a Terminal window and runs the script in it to
avoid the issue where scripts run via SSH don't have access to the
simulator.

See travis-ci/travis-ci#2829.

Sarah Hodne avatar Sarah Hodne

Push event #2207.1 passed

  • Ran for
AMD64
no language set
Git
The .travis.yml file used for this job is not available
Build Config
{
  "env": [
    "JRUBY_OPTS=\"--dev -Xcext.enabled=false -Xcompile.invokedynamic=false\""
  ],
  "jdk": [
    "openjdk7",
    "openjdk6",
    "oraclejdk7"
  ],
  "rvm": "jruby-1.7.13",
  "sudo": false,
  "cache": "bundler",
  "matrix": {
    "allow_failures": [
      {
        "rvm": "jruby-head"
      }
    ]
  },
  "script": "bin/rspec spec",
  "language": "ruby",
  "services": [
    "rabbitmq"
  ],
  "bundler_args": "--deployment --binstubs --jobs=3 --retry=3",
  "before_script": "cp config/worker.example.yml config/worker.yml"
}