compass/.travis.yml

9 lines
102 B
YAML
Raw Normal View History

2011-04-28 12:09:13 +00:00
rvm:
- 1.8.7
2011-04-28 12:09:13 +00:00
- 1.9.2
2011-12-10 17:54:39 +00:00
- 1.9.3
2011-04-28 12:09:13 +00:00
- jruby
- rbx
2011-04-28 12:09:13 +00:00
- ree
2011-06-12 06:59:00 +00:00
script: "bundle exec rake test features"