aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-03-02 04:35:12 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-03-02 04:35:12 +0000
commitb31c47624aeac73010cee40202a532582ecba36d (patch)
treef52e9981c24bd7a87e21c70f2cdab0ac64e6ba87 /.travis.yml
parent76d1d5269f72e72e8fb39877bb1850aca823158d (diff)
downloadruby-b31c47624aeac73010cee40202a532582ecba36d.tar.gz
.travis.yml: do not ignore diff
* .travis.yml (before_script): confured results with/without cache must be same. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49802 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 688628725d..db3b86e5bd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -57,7 +57,7 @@ before_script:
- "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"