[前][次][番号順一覧][スレッド一覧]

ruby-changes:57498

From: Takashi <ko1@a...>
Date: Tue, 3 Sep 2019 01:07:12 +0900 (JST)
Subject: [ruby-changes:57498] 52f0c31558 (master): Fix accidental leftover for Linux

https://git.ruby-lang.org/ruby.git/commit/?id=52f0c31558

From 52f0c31558f0870c16da86b8abe524bd7040ea27 Mon Sep 17 00:00:00 2001
From: Takashi Kokubun <takashikkbn@g...>
Date: Tue, 3 Sep 2019 01:06:29 +0900
Subject: Fix accidental leftover for Linux

In 91aa8bfff8, my understanding of the branch was inverted.

diff --git a/.travis.yml b/.travis.yml
index a85f187..0a94add 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -422,7 +422,6 @@ before_script: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L422
   - "> .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
   - 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/

[前][次][番号順一覧][スレッド一覧]