middleman/.travis.yml

9 lines
98 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-12-24 16:09:07 -08:00
script: "bundle exec rake test"
branches:
only:
- master