middleman/.travis.yml

7 lines
88 B
YAML
Raw Normal View History

2011-08-05 11:53:26 -07:00
rvm:
- 1.8.7
- 1.9.2
2011-10-14 13:03:23 -07:00
- 1.9.3
2011-10-26 17:02:50 -07:00
- rbx-2.0
- jruby
2011-08-05 11:53:26 -07:00
script: "bundle exec rake test"