ruby-changes:56575
From: Nobuyoshi <ko1@a...>
Date: Tue, 16 Jul 2019 18:42:34 +0900 (JST)
Subject: [ruby-changes:56575] Nobuyoshi Nakada: 19d592dc82 (master): Somehow `if` didn't work
https://git.ruby-lang.org/ruby.git/commit/?id=19d592dc82 From 19d592dc82a31adf0bb6f027392cae69615c2394 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Tue, 16 Jul 2019 18:41:11 +0900 Subject: Somehow `if` didn't work diff --git a/.travis.yml b/.travis.yml index 0dbcde7..f6822b9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -413,12 +413,7 @@ before_script: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L413 - "> .rbconfig.time" - sed -f tool/prereq.status template/Makefile.in common.mk > Makefile - date; make touch-unicode-files - - |- - date - if ! make -s $JOBS $UPDATE_UNICODE up; then - # Prevent random failure by missing build dependency like https://travis-ci.org/ruby/ruby/jobs/558571461 - make --debug -s $JOBS $UPDATE_UNICODE up - fi + - date; make -s $JOBS $UPDATE_UNICODE up || make --debug -s $JOBS $UPDATE_UNICODE up - date; make -s $JOBS srcs - rm -f config.status Makefile rbconfig.rb .rbconfig.time - |- -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/