Skip to content

Commit

Permalink
Actually fix .travis.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed Sep 27, 2011
1 parent 1945bfa commit ff73bf6
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,10 @@ gemfile:
- test/gemfiles/Gemfile.rails-3.0.x
- test/gemfiles/Gemfile.rails-3.1.x
matrix:
exclusion:
- rvm: 1.9.2
gemfile: test/gemfiles/Gemfile.rails-2.0.x
- rvm: 1.9.2
gemfile: test/gemfiles/Gemfile.rails-2.1.x
- rvm: 1.9.2
gemfile: test/gemfiles/Gemfile.rails-2.2.x
exclude:
- { rvm: 1.9.2, gemfile: test/gemfiles/Gemfile.rails-2.0.x }
- { rvm: 1.9.2, gemfile: test/gemfiles/Gemfile.rails-2.1.x }
- { rvm: 1.9.2, gemfile: test/gemfiles/Gemfile.rails-2.2.x }
branches:
only:
- master
Expand Down

0 comments on commit ff73bf6

Please sign in to comment.