Skip to content

Commit

Permalink
Limits the size of the build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
alindeman committed Oct 30, 2011
1 parent ef29a52 commit a3ecc36
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Expand Up @@ -12,13 +12,17 @@ env:
- GEM=sunspot_rails RAILS=3.1.1

# Limit the size of the matrix by only performing one build against
# 1.8.7
# 1.8.7 and 1.9.2
matrix:
exclude:
- rvm: 1.8.7
env: GEM=sunspot_rails RAILS=3.0.10
- rvm: 1.8.7
env: GEM=sunspot_rails RAILS=3.1.1
- rvm: 1.9.2
env: GEM=sunspot_rails RAILS=3.0.10
- rvm: 1.9.2
env: GEM=sunspot_rails RAILS=3.1.1

notifications:
irc: "irc.freenode.org#sunspot-ruby"
Expand Down

0 comments on commit a3ecc36

Please sign in to comment.