ruby-changes:56643
From: Nobuyoshi <ko1@a...>
Date: Wed, 24 Jul 2019 21:03:24 +0900 (JST)
Subject: [ruby-changes:56643] Nobuyoshi Nakada: 96b0d7cd6f (master): GNU ls -T has different meaning
https://git.ruby-lang.org/ruby.git/commit/?id=96b0d7cd6f From 96b0d7cd6fcff7cb2f42315e39a961d84c630e9d Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Wed, 24 Jul 2019 21:03:01 +0900 Subject: GNU ls -T has different meaning diff --git a/.travis.yml b/.travis.yml index 7911abb..de1f6e5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -423,7 +423,7 @@ before_script: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L423 - "> .rbconfig.time" - sed -f tool/prereq.status template/Makefile.in common.mk > Makefile - date; make touch-unicode-files - - ls -ltT tool/generic_erb.rb template/unicode_norm_gen.tmpl enc/unicode/data/*/ucd/.unicode-tables.time + - [ ${TRAVIS_OS_NAME} != osx ] || ls -ltT tool/generic_erb.rb template/unicode_norm_gen.tmpl enc/unicode/data/*/ucd/.unicode-tables.time - date; make -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/