ruby-changes:56355
From: Kazuhiro <ko1@a...>
Date: Wed, 3 Jul 2019 10:24:38 +0900 (JST)
Subject: [ruby-changes:56355] Kazuhiro NISHIYAMA: 07e9a1d998 (master): Debugging failures on x86_64-darwin17 of travis-ci
https://git.ruby-lang.org/ruby.git/commit/?id=07e9a1d998 From 07e9a1d9986b36d9702b480de549c1301dd897e0 Mon Sep 17 00:00:00 2001 From: Kazuhiro NISHIYAMA <zn@m...> Date: Wed, 3 Jul 2019 10:20:51 +0900 Subject: Debugging failures on x86_64-darwin17 of travis-ci https://travis-ci.org/ruby/ruby/jobs/553346285 diff --git a/.travis.yml b/.travis.yml index e53e611..1848b79 100644 --- a/.travis.yml +++ b/.travis.yml @@ -374,9 +374,9 @@ before_script: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L374 - "> config.status" - "> .rbconfig.time" - sed -f tool/prereq.status template/Makefile.in common.mk > Makefile - - make touch-unicode-files - - make -s $JOBS $UPDATE_UNICODE up - - make -s $JOBS srcs + - date; make touch-unicode-files + - date; make -s $JOBS $UPDATE_UNICODE up + - date; make -s $JOBS srcs - rm -f config.status Makefile rbconfig.rb .rbconfig.time - |- if [ -d ~/config_2nd ]; then -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/