mirror of
https://github.com/jimeh/bunnyrun.git
synced 2026-02-18 23:46:39 +00:00
9 lines
113 B
YAML
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
|