ruby-changes:56608
From: Takashi <ko1@a...>
Date: Sat, 20 Jul 2019 15:45:53 +0900 (JST)
Subject: [ruby-changes:56608] Takashi Kokubun: e7b5b9144a (master): --debug was not functional either
https://git.ruby-lang.org/ruby.git/commit/?id=e7b5b9144a From e7b5b9144a8931af7510c7bc95c798df75af9499 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun <takashikkbn@g...> Date: Sat, 20 Jul 2019 15:44:10 +0900 Subject: --debug was not functional either Even after 19d592dc82a31adf0bb6f027392cae69615c2394, the retry seems not functional. Let's just add --debug from the beginning because an output of each step is collapsed and we don't see `make up` output so often. diff --git a/.travis.yml b/.travis.yml index 4db6d0a..19fed7f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -421,7 +421,7 @@ before_script: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L421 - "> .rbconfig.time" - sed -f tool/prereq.status template/Makefile.in common.mk > Makefile - date; make touch-unicode-files - - date; make -s $JOBS $UPDATE_UNICODE up || make --debug -s $JOBS $UPDATE_UNICODE up + - date; make --debug -s $JOBS $UPDATE_UNICODE up - date; make -s $JOBS srcs - rm -f config.status Makefile rbconfig.rb .rbconfig.time - |- -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/