summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <zn@mbf.nifty.com>2019-07-03 10:20:51 +0900
committerKazuhiro NISHIYAMA <zn@mbf.nifty.com>2019-07-03 10:23:01 +0900
commit07e9a1d9986b36d9702b480de549c1301dd897e0 (patch)
tree0e030169627ac819691acca44390caebf5a93c95 /.travis.yml
parent9f26242411fe56c661644d63a9be11530889ebe3 (diff)
Debugging failures on x86_64-darwin17 of travis-ci
https://travis-ci.org/ruby/ruby/jobs/553346285
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index e53e611bf8..1848b792a7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -374,9 +374,9 @@ before_script:
- "> 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