ruby-changes:53475
From: shyouhei <ko1@a...>
Date: Tue, 13 Nov 2018 11:03:42 +0900 (JST)
Subject: [ruby-changes:53475] shyouhei:r65691 (trunk): .travis.yml: update VM images
shyouhei 2018-11-13 11:03:33 +0900 (Tue, 13 Nov 2018) New Revision: 65691 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=65691 Log: .travis.yml: update VM images xeinal for Linux and xcode 10.1 for osx. Also deleted few outdated lines that are no longer necessary. Modified files: trunk/.travis.yml Index: .travis.yml =================================================================== --- .travis.yml (revision 65690) +++ .travis.yml (revision 65691) @@ -17,8 +17,8 @@ https://github.com/ruby/ruby/blob/trunk/.travis.yml#L17 # is also a good place to look at. language: c -dist: trusty - +dist: xenial +osx_image: xcode10.1 sudo: false addons: apt: @@ -66,12 +66,6 @@ addons: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L66 os: osx compiler: clang before_install: - # Bare "brew update" nukes everything. - # These steps are very carefully chosen to avoid breaking things. - - brew_core_dir=/usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/ - - git -C $brew_core_dir fetch -q origin - - git -C $brew_core_dir checkout -q 25590710e3f7af9cfa173c5cd3eb41a0532107b6 - - HOMEBREW_NO_AUTO_UPDATE=1 brew upgrade openssl@1... - /usr/local/opt/openssl@1.../bin/openssl version # -------- @@ -217,7 +211,6 @@ addons: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L211 -Werror=write-strings -Wmissing-noreturn -Wno-constant-logical-operand - -Wno-extended-offsetof -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/