1
0
Fork 0
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:
Nathan Weizenbaum 2011-09-26 12:29:28 -07:00
parent 9644e09433
commit 1945bfadce

View file

@ -11,9 +11,12 @@ gemfile:
- test/gemfiles/Gemfile.rails-3.1.x - test/gemfiles/Gemfile.rails-3.1.x
matrix: matrix:
exclusion: exclusion:
- { rvm: 1.9.2, gemfile: test/gemfiles/Gemfile.rails-2.0.x } - rvm: 1.9.2
- { rvm: 1.9.2, gemfile: test/gemfiles/Gemfile.rails-2.1.x } gemfile: test/gemfiles/Gemfile.rails-2.0.x
- { rvm: 1.9.2, gemfile: test/gemfiles/Gemfile.rails-2.2.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: branches:
only: only:
- master - master