summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-13 02:03:33 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-13 02:03:33 +0000
commit48fe401253642344af57ffee4a2dacd070331f01 (patch)
tree17b7d138f94d7d64de05bd6b3a325cd8d4958bca /.travis.yml
parent601f4b6f6761f773cfd314bcf04232e4681e3af2 (diff)
.travis.yml: update VM images
xeinal for Linux and xcode 10.1 for osx. Also deleted few outdated lines that are no longer necessary. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65691 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml11
1 files changed, 2 insertions, 9 deletions
diff --git a/.travis.yml b/.travis.yml
index e94c5f9c19..b579739f8f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,8 +17,8 @@
# 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:
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.1
- /usr/local/opt/openssl@1.1/bin/openssl version
# --------
@@ -217,7 +211,6 @@ addons:
-Werror=write-strings
-Wmissing-noreturn
-Wno-constant-logical-operand
- -Wno-extended-offsetof
-Wno-missing-field-initializers
-Wno-overlength-strings
-Wno-parentheses-equality