AMD64
Xcode: xcode8.1sneakpeek C
Git
The .travis.yml file used for this job is not available
Build Config
{
"env": {
"global": "RUBY=jruby-9.1.3.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
}
}