middleman/.travis.yml

5 lines
66 B
YAML
Raw Normal View History

2011-08-05 20:53:26 +02:00
rvm:
- 1.8.7
- 1.9.2
2011-10-14 22:03:23 +02:00
- 1.9.3
2011-08-05 20:53:26 +02:00
script: "bundle exec rake test"