summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-07-29 11:38:15 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-07-29 11:44:56 +0900
commit61f0f71e5bd60bd6ea6153034e72b723dddcbe2e (patch)
tree0cc56484bbe86f0f785d91c6c7298047501c560c
parentb40589802b6fe6ba5cbb783a43f513cb2e597844 (diff)
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.
-rw-r--r--.travis.yml3
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