Skip to content

Commit

Permalink
Bump to xcode8 to avoid rust-lang/regex#489
Browse files Browse the repository at this point in the history
  • Loading branch information
stuhood committed Jun 27, 2018
1 parent 7043c1d commit e8baff1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,9 @@ matrix:
include:
- os: osx
# We request the oldest image we can (corresponding to OSX 10.11) for maximum compatibility.
# We use 10.11 not 10.10 because 10.11 has a functioning version of lldb which can be useful
# for debugging native code issues.
# We use 10.11 as a minimum to avoid https://github.com/rust-lang/regex/issues/489.
# See: https://docs.travis-ci.com/user/reference/osx/#OS-X-Version
osx_image: xcode7.3
osx_image: xcode8
stage: Test Pants
language: generic
env:
Expand Down

0 comments on commit e8baff1

Please sign in to comment.