the_moderator/.travis.yml

8 lines
93 B
YAML
Raw Normal View History

2014-09-23 16:53:26 +02:00
language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.1
- rbx-2
script: 'bundle exec rspec spec'