ruby-changes:37721
From: nobu <ko1@a...>
Date: Mon, 2 Mar 2015 13:35:22 +0900 (JST)
Subject: [ruby-changes:37721] nobu:r49802 (trunk): .travis.yml: do not ignore diff
nobu 2015-03-02 13:35:12 +0900 (Mon, 02 Mar 2015) New Revision: 49802 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=49802 Log: .travis.yml: do not ignore diff * .travis.yml (before_script): confured results with/without cache must be same. Modified files: trunk/.travis.yml Index: .travis.yml =================================================================== --- .travis.yml (revision 49801) +++ .travis.yml (revision 49802) @@ -57,7 +57,7 @@ before_script: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L57 - "cp -pr config.status .ext/include config_1st" - "make reconfig" - "cp -pr config.status .ext/include config_2nd" - - "diff -ru config_1st config_2nd || true" + - "diff -ru config_1st config_2nd" - "make -s $JOBS encs" - "make -s $JOBS exts" - "make update-rubyspec" -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/