[前][次][番号順一覧][スレッド一覧]

ruby-changes:59199

From: Yusuke <ko1@a...>
Date: Thu, 12 Dec 2019 01:51:40 +0900 (JST)
Subject: [ruby-changes:59199] 47a365dd58 (master): Move s390x-linux to allow_failures matrix

https://git.ruby-lang.org/ruby.git/commit/?id=47a365dd58

From 47a365dd580f2dfe0f0d56155587dfdf2fc7afb7 Mon Sep 17 00:00:00 2001
From: Yusuke Endoh <mame@r...>
Date: Wed, 11 Dec 2019 20:44:39 +0900
Subject: Move s390x-linux to allow_failures matrix

ref [Misc #16360]

diff --git a/.travis.yml b/.travis.yml
index 7b09ce4..5d1a882 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -418,7 +418,6 @@ matrix: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L418
     - <<: *arm64-linux
     - <<: *i686-linux
     - <<: *arm32-linux
-    - <<: *s390x-linux
     - <<: *pedanticism
     - <<: *assertions
     - <<: *baseruby
@@ -442,6 +441,7 @@ matrix: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L441
     - name: -fsanitize=address
     - name: -fsanitize=memory
     - name: -fsanitize=undefined
+    - <<: *s390x-linux
   fast_finish: true
 
 before_script:
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]