diff options
author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2019-07-29 11:38:15 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2019-07-29 11:44:56 +0900 |
commit | 61f0f71e5bd60bd6ea6153034e72b723dddcbe2e (patch) | |
tree | 0cc56484bbe86f0f785d91c6c7298047501c560c /.travis.yml | |
parent | b40589802b6fe6ba5cbb783a43f513cb2e597844 (diff) | |
download | bundler-61f0f71e5bd60bd6ea6153034e72b723dddcbe2e.tar.gz |
Moved osx_image
Set osx_image under each configuration, as it decides the OS (and
kernel) version not only Xcode version, and the configuration name
contains the kernel version.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 973d283192..5cb1831b83 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,8 +21,6 @@ language: c dist: xenial -osx_image: xcode11 - git: quiet: true @@ -334,6 +332,7 @@ env: - &x86_64-darwin18 name: x86_64-darwin18 + osx_image: xcode11 <<: *osx env: - CONFIG_FLAG=--with-opt-dir=/usr/local/opt/openssl@1.1:/usr/local/opt/zlib |