Add 'generator_spec' gem to rails3 Gemfile for Travis; use :fast_finish option on Travis

This commit is contained in:
Ben Atkins 2014-03-07 16:26:41 -05:00
parent 72f5215c69
commit c0bf77991a
2 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,7 @@ gemfile:
- gemfiles/3.0.gemfile
matrix:
fast_finish: true
allow_failures:
- rvm: jruby-18mode
gemfile: Gemfile

View File

@ -19,6 +19,7 @@ group :development, :test do
# RSpec testing
gem 'rspec-rails', '~> 2.14'
gem 'generator_spec'
platforms :jruby, :ruby_18 do
# shoulda-matchers > 2.0 is not compatible with Ruby18.