ruby-changes:36122
From: hsbt <ko1@a...>
Date: Fri, 31 Oct 2014 10:16:57 +0900 (JST)
Subject: [ruby-changes:36122] hsbt:r48203 (trunk): * .travis.yml: reverted r48199, it's unlated configuration.
hsbt 2014-10-31 10:16:48 +0900 (Fri, 31 Oct 2014) New Revision: 48203 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=48203 Log: * .travis.yml: reverted r48199, it's unlated configuration. Modified files: trunk/.travis.yml trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 48202) +++ ChangeLog (revision 48203) @@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Fri Oct 31 10:16:42 2014 SHIBATA Hiroshi <shibata.hiroshi@g...> + + * .travis.yml: reverted r48199, it's unlated configuration. + Fri Oct 31 09:58:14 2014 SHIBATA Hiroshi <shibata.hiroshi@g...> * test/test_unicode_normalize.rb: added unicode version number to Index: .travis.yml =================================================================== --- .travis.yml (revision 48202) +++ .travis.yml (revision 48203) @@ -57,10 +57,9 @@ 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/