language: ruby before_install: rvm install ruby-1.9.1-p431 rvm: - "1.9.1" - "1.9.2" - "1.9.3" script: bundle exec rspec --format documentation