#21 from travis-infrastructure/emma-insta…
master Merge pull requestInstall simulators in bootstrap.sh
The .travis.yml file used for this job is not available
Build Config
{
"matrix": {
"include": [
{
"osx_image": "xcode8.3"
},
{
"osx_image": "xcode8.2"
},
{
"osx_image": "xcode8.1"
},
{
"osx_image": "xcode7.3"
}
]
},
"script": [
"./bootstrap.sh",
"ls -la /usr/local/travis/system_info.json",
"cat /usr/local/travis/system_info.json"
],
"language": "objective-c"
}