Skip to content

Commit

Permalink
Bumps Rails versions to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
alindeman committed Apr 15, 2012
1 parent a7d67ca commit d2bb4c4
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions .travis.yml
Expand Up @@ -8,26 +8,26 @@ rvm:
env:
- GEM=sunspot
- GEM=sunspot_rails RAILS=2.3.14
- GEM=sunspot_rails RAILS=3.0.11
- GEM=sunspot_rails RAILS=3.1.3
- GEM=sunspot_rails RAILS=3.2.1
- GEM=sunspot_rails RAILS=3.0.12
- GEM=sunspot_rails RAILS=3.1.4
- GEM=sunspot_rails RAILS=3.2.3

# Limit the size of the matrix by only performing one build against
# 1.8.7 and 1.9.2
matrix:
exclude:
- rvm: 1.8.7
env: GEM=sunspot_rails RAILS=3.0.11
env: GEM=sunspot_rails RAILS=3.0.12
- rvm: 1.8.7
env: GEM=sunspot_rails RAILS=3.1.3
env: GEM=sunspot_rails RAILS=3.1.4
- rvm: 1.8.7
env: GEM=sunspot_rails RAILS=3.2.1
env: GEM=sunspot_rails RAILS=3.2.3
- rvm: 1.9.2
env: GEM=sunspot_rails RAILS=3.0.11
env: GEM=sunspot_rails RAILS=3.0.12
- rvm: 1.9.2
env: GEM=sunspot_rails RAILS=3.1.3
env: GEM=sunspot_rails RAILS=3.1.4
- rvm: 1.9.2
env: GEM=sunspot_rails RAILS=3.2.1
env: GEM=sunspot_rails RAILS=3.2.3

notifications:
irc: "irc.freenode.org#sunspot-ruby"
Expand Down
@@ -1,6 +1,6 @@
source :rubygems

gem 'rails', '3.0.11'
gem 'rails', '3.0.12'
gem 'sqlite3-ruby', '~> 1.3.1'

gem 'sunspot', :path => File.expand_path('../../../sunspot', __FILE__)
Expand Down
@@ -1,6 +1,6 @@
source :rubygems

gem 'rails', '3.1.3'
gem 'rails', '3.1.4'
gem 'sqlite3-ruby', '~> 1.3.1'

gem 'sunspot', :path => File.expand_path('../../../sunspot', __FILE__)
Expand Down
@@ -1,6 +1,6 @@
source :rubygems

gem 'rails', '3.2.1'
gem 'rails', '3.2.3'
gem 'sqlite3-ruby', '~> 1.3.1'

gem 'sunspot', :path => File.expand_path('../../../sunspot', __FILE__)
Expand Down

0 comments on commit d2bb4c4

Please sign in to comment.