diff options
author | Takashi Kokubun <takashikkbn@gmail.com> | 2019-07-20 15:44:10 +0900 |
---|---|---|
committer | Takashi Kokubun <takashikkbn@gmail.com> | 2019-07-20 15:45:34 +0900 |
commit | e7b5b9144a8931af7510c7bc95c798df75af9499 (patch) | |
tree | 57448ae86b70bf684bcce9d4853cc16f70656ea2 /.travis.yml | |
parent | 81fc3becc7b883571e5c716f4fdc490d107ad990 (diff) | |
download | ruby-e7b5b9144a8931af7510c7bc95c798df75af9499.tar.gz |
--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.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
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 - |- |