travis: Update the OSX image we run tests in

The current image is `xcode7.3`, Travis's current default. Unfortunately this
has a version of LLDB which doesn't support debuginfo-lldb tests (see #32520),
so we're not running LLDB tests on Travis yet.

This switches us to the newest image from Travis, `xcode8.2`, which should have
a newer version of LLDB we can run tests against.
This commit is contained in:
Alex Crichton 2016-12-20 19:34:57 -08:00
parent 164619a8cf
commit dad0076569
2 changed files with 3 additions and 0 deletions

View file

@ -8,6 +8,8 @@ git:
depth: 1 depth: 1
submodules: false submodules: false
osx_image: xcode8.2
matrix: matrix:
include: include:
# Linux builders, all docker images # Linux builders, all docker images

View file

@ -9,6 +9,7 @@
// except according to those terms. // except according to those terms.
// min-lldb-version: 310 // min-lldb-version: 310
// ignore-macos FIXME(#37479)
// compile-flags:-g // compile-flags:-g