mirror of
https://github.com/google/brotli.git
synced 2024-11-08 13:20:05 +00:00
Python: Freeze the Travis macOS image to "beta-xcode6.1"
Revert to the previous default macOS image "beta-xcode6.1" (macOS 10.9 / Xcode 6.4) to work around Travis compilation bug in the default image released on 04 Oct 2016, "xcode7.3" (macOS 10.11 / Xcode 7.3). https://blog.travis-ci.com/2016-10-04-osx-73-default-image-live/
This commit is contained in:
parent
a9f2344f41
commit
edbbdf01f5
@ -1,5 +1,11 @@
|
||||
language: c
|
||||
sudo: false
|
||||
# Revert to the previous default macOS image "beta-xcode6.1"
|
||||
# (macOS 10.9 / Xcode 6.4) to work around a Travis compilation bug in the
|
||||
# default image released on 04 Oct 2016, "xcode7.3" (macOS 10.11 / Xcode 7.3).
|
||||
# See https://blog.travis-ci.com/2016-10-04-osx-73-default-image-live/
|
||||
osx_image: beta-xcode6.1
|
||||
|
||||
matrix:
|
||||
include:
|
||||
###
|
||||
|
Loading…
Reference in New Issue
Block a user