mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-25 21:28:40 -05:00
7 lines
87 B
YAML
7 lines
87 B
YAML
language: ruby
|
|
dist: xenial
|
|
os:
|
|
- linux
|
|
rvm:
|
|
- 2.6.5
|
|
script: bundle exec rake spec
|