We should probably update the osx_image from xcode6.4 to at least xcode7.3 since it looks like Xcode 6.4 support may disappear from Travis any time (Supposedly they dropped support at the end of January)
It also looks like we can just drop the osx_image option from the travis file and it will just default to Xcode 7.3.1
Is there a reason we pin to a specific version of xcode other than for consistent build environment?
We should probably update the
osx_imagefromxcode6.4to at leastxcode7.3since it looks like Xcode 6.4 support may disappear from Travis any time (Supposedly they dropped support at the end of January)It also looks like we can just drop the
osx_imageoption from the travis file and it will just default to Xcode 7.3.1Is there a reason we pin to a specific version of xcode other than for consistent build environment?