xcode8.1 Build branch=xcode8.1; source=rake; (RUBY=jruby-9.1.2.0) 201…

API event #16675.1 passed

  • Ran for
AMD64
no language set
Git
The .travis.yml file used for this job is not available
Build Config
{
  "env": {
    "global": "RUBY=jruby-9.1.2.0"
  },
  "matrix": {
    "include": [
      {
        "os": "osx",
        "osx_image": "xcode8.1sneakpeek",
        "before_install": "sw_vers"
      }
    ],
    "allow_failures": [
      {
        "services": "docker"
      },
      {
        "os": "osx"
      }
    ]
  },
  "script": [
    "unset JRUBY_OPTS",
    "./build.sh"
  ],
  "language": "c",
  "after_failure": "find $rvm_path/log/ -type f | xargs ls -t | head -n 1 | xargs cat",
  "notifications": {
    "email": false
  }
}