1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00
Commit graph

14 commits

Author SHA1 Message Date
Jo Liss
a0eda7c229 Re-add rbx-18mode and rbx-19mode, but ignore failures 2012-05-05 14:41:19 +02:00
Norman Clarke
79702254a1 Commented out RBX... again.
Damnit. I really want to run CI on RBX. All tests pass for me locally
with 1.4.2 and 2.0.0-dev on rbenv, but on Travis they fail. I just tried
installing RVM again to use *exactly* what Travis is using, but at this
point I feel like I'm just gaming the system to make the tests pass
rather than focusing on real progress. I guess I'll just wait until 2.0
is released, testing against RBX on Travis right now is just too
frustrating.
2012-05-01 16:32:10 -03:00
Norman Clarke
98848d2698 Test with rbx on Travis again 2012-05-01 14:29:32 -03:00
Norman Clarke
753018ec59 Use JRuby in CI now that it's green 2012-04-30 13:56:26 -03:00
Norman Clarke
d25a8518e5 Don't make Travis bark about JRuby and RBX
These are mostly just failures from tests that look for specific error
message generated by MRI and don't match the error output from JRuby or
RBX. The solution in most cases will be to fix the tests, not Haml. So
for the time being I'm going to comment out these platforms and will add
the back once I've made sure they're working locally.
2012-04-28 14:27:22 -03:00
Norman Clarke
8527ce2ad1 Test JRuby and RBX in 1.8 mode; 1.9 mode doesn't seem to work yet. 2012-04-28 12:14:07 -03:00
Norman Clarke
fcc80d28bd Don't test Rails 2.2 on JRuby or Rubinius 2012-04-28 12:11:41 -03:00
Norman Clarke
d4d9142955 Test on JRuby and Rubinius. 2012-04-28 12:10:06 -03:00
Norman Clarke
984c2d7ac8 Test against 1.9.3 rather than 1.9.2 2012-04-26 13:16:31 -03:00
Norman Clarke
728b14d065 Added Gemfiles for Rails 3.2.x 2012-04-17 17:20:46 -03:00
Nathan Weizenbaum
ff73bf62a6 Actually fix .travis.yml. 2011-09-27 13:55:12 -07:00
Nathan Weizenbaum
1945bfadce Try a different hash syntax in .travis.yml.
Hopefully this will make the exclusion rules work.
2011-09-26 12:29:28 -07:00
Nathan Weizenbaum
9644e09433 Download submodules before testing.
This doesn't matter for the Sass submodule, but we would like to run the
haml-spec tests.
2011-09-21 17:57:49 -07:00
Nathan Weizenbaum
7324378604 Add a config file for Travis CI. 2011-09-21 17:44:53 -07:00