Skip to content

Commit e8baff1

Browse files
committed
Bump to xcode8 to avoid rust-lang/regex#489
1 parent 7043c1d commit e8baff1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,9 @@ matrix:
6363
include:
6464
- os: osx
6565
# We request the oldest image we can (corresponding to OSX 10.11) for maximum compatibility.
66-
# We use 10.11 not 10.10 because 10.11 has a functioning version of lldb which can be useful
67-
# for debugging native code issues.
66+
# We use 10.11 as a minimum to avoid https://github.com/rust-lang/regex/issues/489.
6867
# See: https://docs.travis-ci.com/user/reference/osx/#OS-X-Version
69-
osx_image: xcode7.3
68+
osx_image: xcode8
7069
stage: Test Pants
7170
language: generic
7271
env:

0 commit comments

Comments
 (0)