ruby-changes:56664
From: Nobuyoshi <ko1@a...>
Date: Fri, 26 Jul 2019 10:46:31 +0900 (JST)
Subject: [ruby-changes:56664] Nobuyoshi Nakada: 957a29fc6e (master): Bump osx_image on Travis CI to xcode11
https://git.ruby-lang.org/ruby.git/commit/?id=957a29fc6e From 957a29fc6eb5e4e4ad562d5cafb393f62c9f05db Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Fri, 26 Jul 2019 09:03:34 +0900 Subject: Bump osx_image on Travis CI to xcode11 Also Homebrew is up-to-date and "Updating Homebrew" takes less than one minute. diff --git a/.travis.yml b/.travis.yml index f71b1fe..11aab52 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,7 @@ language: c https://github.com/ruby/ruby/blob/trunk/.travis.yml#L21 dist: xenial -osx_image: xcode10.1 +osx_image: xcode11 git: quiet: true @@ -332,8 +332,8 @@ env: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L332 language: ruby rvm: 1.9.3 - - &x86_64-darwin17 - name: x86_64-darwin17 + - &x86_64-darwin18 + name: x86_64-darwin18 <<: *osx env: - CONFIG_FLAG=--with-opt-dir=/usr/local/opt/openssl@1...:/usr/local/opt/zlib @@ -384,7 +384,7 @@ env: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L384 matrix: include: # to reduce time for finishing all jobs, run the slowest osx build first. - - <<: *x86_64-darwin17 + - <<: *x86_64-darwin18 - <<: *x86_64-linux - <<: *i686-linux - <<: *jemalloc -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/