Skip to content

Commit

Permalink
Re-exclude exotic rails 2.3.16 / ruby 2.0.0 build from travis ci
Browse files Browse the repository at this point in the history
We know the build works fine, no need to test such an exotic combination
all the time.
  • Loading branch information
felixbuenemann committed Mar 24, 2013
1 parent f314941 commit ca353b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ matrix:
- rvm: 1.9.3
env: GEM=sunspot_rails RAILS=2.3.16
# Not supporting Ruby 2.0 and Rails < 3
# - rvm: 2.0.0
# env: GEM=sunspot_rails RAILS=2.3.16
- rvm: 2.0.0
env: GEM=sunspot_rails RAILS=2.3.16
- rvm: 2.0.0
env: GEM=sunspot_rails RAILS=3.0.20
- rvm: 2.0.0
Expand Down

0 comments on commit ca353b6

Please sign in to comment.