the_moderator/.travis.yml

8 lines
93 B
YAML

language: ruby
rvm:
- 2.1.9
- 2.2.7
- 2.3.4
- 2.4.1
script: 'bundle exec rspec spec'