Files
bunnyrun/.travis.yml
2018-04-07 00:13:47 +01:00

9 lines
113 B
YAML

sudo: false
language: ruby
script: bundle exec rspec && bundle exec rubocop
rvm:
- 2.3
- 2.4
- 2.5
- 2.6