We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7043c1d commit e8baff1Copy full SHA for e8baff1
.travis.yml
@@ -63,10 +63,9 @@ matrix:
63
include:
64
- os: osx
65
# 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.
+ # We use 10.11 as a minimum to avoid https://github.com/rust-lang/regex/issues/489.
68
# See: https://docs.travis-ci.com/user/reference/osx/#OS-X-Version
69
- osx_image: xcode7.3
+ osx_image: xcode8
70
stage: Test Pants
71
language: generic
72
env:
0 commit comments