mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Try a different hash syntax in .travis.yml.
Hopefully this will make the exclusion rules work.
This commit is contained in:
parent
9644e09433
commit
1945bfadce
1 changed files with 6 additions and 3 deletions
|
@ -11,9 +11,12 @@ gemfile:
|
|||
- 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 }
|
||||
- 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
|
||||
|
|
Loading…
Add table
Reference in a new issue