the_moderator/.travis.yml

8 lines
93 B
YAML

language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.1
- rbx-2
script: 'bundle exec rspec spec'