mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
10 lines
106 B
YAML
10 lines
106 B
YAML
|
sudo: false
|
||
|
language: ruby
|
||
|
script:
|
||
|
- bundle exec rspec
|
||
|
rvm:
|
||
|
- 2.2.7
|
||
|
- 2.3.4
|
||
|
- 2.4.1
|
||
|
- ruby-head
|