aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAndrew White <andyw@pixeltrix.co.uk>2014-01-02 10:06:29 +0000
committerAndrew White <andyw@pixeltrix.co.uk>2014-01-02 10:06:29 +0000
commita1d0c0fa3d8ca97edc8f2a1d6ba96af19221dbad (patch)
tree18f0a94c84db446090a00c355b7b4dc6b082f825 /.travis.yml
parent02d366842ccba9a221cb7cfd506cc9ee150a6760 (diff)
downloadrails-a1d0c0fa3d8ca97edc8f2a1d6ba96af19221dbad.tar.gz
rails-a1d0c0fa3d8ca97edc8f2a1d6ba96af19221dbad.tar.bz2
rails-a1d0c0fa3d8ca97edc8f2a1d6ba96af19221dbad.zip
Reverse 821525e and wrap run_generator call
Ruby 2.1.0 includes the json gem 1.8.1 by default so we need bundler 1.5.1 for `bundle install` to work. To fix this reverse the downgrade to 1.3.5 and wrap the `run_generator` call with a block that resets `THOR_DEBUG`.
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 559f981de8..3ddaf86fb2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,6 @@
script: 'ci/travis.rb'
before_install:
- - travis_retry gem install bundler -v 1.3.5
+ - travis_retry gem install bundler
- "rvm current | grep 'jruby' && export AR_JDBC=true || echo"
rvm:
- 1.9.3