aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew White <andyw@pixeltrix.co.uk>2014-01-01 23:20:57 +0000
committerAndrew White <andyw@pixeltrix.co.uk>2014-01-01 23:20:57 +0000
commit821525eadc850276c0eb564e769e1beaf5ce2116 (patch)
tree4bbd8303e5287eccb0b3b9c5dd2f1cc2a9fe4e03
parent358abe4524ca0ccaa35d255fb090a269b1df35f0 (diff)
downloadrails-821525eadc850276c0eb564e769e1beaf5ce2116.tar.gz
rails-821525eadc850276c0eb564e769e1beaf5ce2116.tar.bz2
rails-821525eadc850276c0eb564e769e1beaf5ce2116.zip
Downgrade bundler until 1.5.2 is available
Bundler sets the THOR_DEBUG environment variable causing Thor to re-raise exceptions on exit. This is breaking the railties tests for generators where we are trying to capture error output. The PR bundler/bundler#2794 fixes this by adding a per-instance config `:debug` but this has not been released yet so to prevent errors going unnoticed downgrade bundler to 1.3.5 until such a time that 1.5.2 has been released.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index dd1d911b63..31c475e057 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,6 @@
script: 'ci/travis.rb'
before_install:
- - travis_retry gem install bundler
+ - travis_retry gem install bundler -v 1.3.5
- "rvm current | grep 'jruby' && export AR_JDBC=true || echo"
rvm:
- 1.9.3