From e7b5b9144a8931af7510c7bc95c798df75af9499 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Sat, 20 Jul 2019 15:44:10 +0900 Subject: [PATCH] --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. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4db6d0a48b..19fed7fa01 100644 --- a/.travis.yml +++ b/.travis.yml @@ -421,7 +421,7 @@ before_script: - "> .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 - |-