From 07e9a1d9986b36d9702b480de549c1301dd897e0 Mon Sep 17 00:00:00 2001 From: Kazuhiro NISHIYAMA Date: Wed, 3 Jul 2019 10:20:51 +0900 Subject: Debugging failures on x86_64-darwin17 of travis-ci https://travis-ci.org/ruby/ruby/jobs/553346285 --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.travis.yml') 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 -- cgit v1.2.3