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

ruby-changes:36118

From: hsbt <ko1@a...>
Date: Fri, 31 Oct 2014 09:35:53 +0900 (JST)
Subject: [ruby-changes:36118] hsbt:r48199 (trunk): * .travis.yml: tweak build scripts for unicode_normalize.rb.

hsbt	2014-10-31 09:35:35 +0900 (Fri, 31 Oct 2014)

  New Revision: 48199

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=48199

  Log:
    * .travis.yml: tweak build scripts for unicode_normalize.rb.

  Modified files:
    trunk/.travis.yml
    trunk/ChangeLog
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 48198)
+++ ChangeLog	(revision 48199)
@@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Fri Oct 31 09:35:30 2014  SHIBATA Hiroshi  <shibata.hiroshi@g...>
+
+	* .travis.yml: tweak build scripts for unicode_normalize.rb.
+
 Thu Oct 30 18:47:04 2014  NARUSE, Yui  <naruse@r...>
 
 	* common.mk: fix for the case ALWAYS_UPDATE_UNICODE=no
Index: .travis.yml
===================================================================
--- .travis.yml	(revision 48198)
+++ .travis.yml	(revision 48199)
@@ -57,9 +57,10 @@ before_script: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L57
   - "make reconfig"
   - "cp -pr config.status .ext/include config_2nd"
   - "diff -ru config_1st config_2nd || true"
+  - "make update-unicode"
+  - "make update-rubyspec"
   - "make -s $JOBS encs"
   - "make -s $JOBS exts"
-  - "make update-rubyspec"
 script:
   - "make test"
   - "make test-all TESTS='-q -j2'"

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

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