summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-07-20 15:44:10 +0900
committerTakashi Kokubun <takashikkbn@gmail.com>2019-07-20 15:45:34 +0900
commite7b5b9144a8931af7510c7bc95c798df75af9499 (patch)
tree57448ae86b70bf684bcce9d4853cc16f70656ea2
parent81fc3becc7b883571e5c716f4fdc490d107ad990 (diff)
--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.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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
- |-