mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Bump osx_image on Travis CI to xcode11
Also Homebrew is up-to-date and "Updating Homebrew" takes less than one minute.
This commit is contained in:
parent
7e33f324e1
commit
957a29fc6e
1 changed files with 4 additions and 4 deletions
|
@ -21,7 +21,7 @@ language: c
|
||||||
|
|
||||||
dist: xenial
|
dist: xenial
|
||||||
|
|
||||||
osx_image: xcode10.1
|
osx_image: xcode11
|
||||||
|
|
||||||
git:
|
git:
|
||||||
quiet: true
|
quiet: true
|
||||||
|
@ -332,8 +332,8 @@ env:
|
||||||
language: ruby
|
language: ruby
|
||||||
rvm: 1.9.3
|
rvm: 1.9.3
|
||||||
|
|
||||||
- &x86_64-darwin17
|
- &x86_64-darwin18
|
||||||
name: x86_64-darwin17
|
name: x86_64-darwin18
|
||||||
<<: *osx
|
<<: *osx
|
||||||
env:
|
env:
|
||||||
- CONFIG_FLAG=--with-opt-dir=/usr/local/opt/openssl@1.1:/usr/local/opt/zlib
|
- CONFIG_FLAG=--with-opt-dir=/usr/local/opt/openssl@1.1:/usr/local/opt/zlib
|
||||||
|
@ -384,7 +384,7 @@ env:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
# to reduce time for finishing all jobs, run the slowest osx build first.
|
# to reduce time for finishing all jobs, run the slowest osx build first.
|
||||||
- <<: *x86_64-darwin17
|
- <<: *x86_64-darwin18
|
||||||
- <<: *x86_64-linux
|
- <<: *x86_64-linux
|
||||||
- <<: *i686-linux
|
- <<: *i686-linux
|
||||||
- <<: *jemalloc
|
- <<: *jemalloc
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue