vmpooler/.travis.yml
kirby@puppetlabs.com 694479203e Test vmpooler on latest 2.5
This change updates vmpooler to test ruby 2.5.8, and jruby 9.2.12.0. Without this change vmpooler tests against 2.5.7 and jruby 9.2.9.0. Additionally, testing on 2.4.x is removed. Lastly, rubocop tests are updated to run on 2.5.8.
2020-08-03 15:12:46 -07:00

18 lines
247 B
YAML

cache: bundler
language: ruby
dist: xenial
os: linux
jobs:
include:
- rvm: 2.5.8
env: "CHECK=rubocop"
- rvm: 2.5.8
env: "CHECK=test"
- rvm: jruby-9.2.12.0
env: "CHECK=test"
script:
- "bundle exec rake $CHECK"