summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-07-26 09:03:34 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-07-26 09:21:04 +0900
commit957a29fc6eb5e4e4ad562d5cafb393f62c9f05db (patch)
tree221a3058b8df0eed9ba0388be547af30fb5e0e16 /.travis.yml
parent7e33f324e1d1de31a69d16dc9f27ec223523c6e8 (diff)
Bump osx_image on Travis CI to xcode11
Also Homebrew is up-to-date and "Updating Homebrew" takes less than one minute.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index f71b1fe521..11aab52851 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,7 +21,7 @@ language: c
dist: xenial
-osx_image: xcode10.1
+osx_image: xcode11
git:
quiet: true
@@ -332,8 +332,8 @@ env:
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.1:/usr/local/opt/zlib
@@ -384,7 +384,7 @@ env:
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