compass/.travis.yml

8 lines
92 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
- jruby
- rbx
2011-04-28 12:09:13 +00:00
- ree
2011-06-12 06:55:36 +00:00
script: "bundle exec rake test features"