mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 10:08:40 -05:00
Test vmpooler on latest 2.5 (#393)
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.
This commit is contained in:
parent
debd0bd9ac
commit
747c76284b
1 changed files with 3 additions and 6 deletions
|
|
@ -5,16 +5,13 @@ os: linux
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- rvm: 2.4.9
|
- rvm: 2.5.8
|
||||||
env: "CHECK=rubocop"
|
env: "CHECK=rubocop"
|
||||||
|
|
||||||
- rvm: 2.4.9
|
- rvm: 2.5.8
|
||||||
env: "CHECK=test"
|
env: "CHECK=test"
|
||||||
|
|
||||||
- rvm: 2.5.7
|
- rvm: jruby-9.2.12.0
|
||||||
env: "CHECK=test"
|
|
||||||
|
|
||||||
- rvm: jruby-9.2.9.0
|
|
||||||
env: "CHECK=test"
|
env: "CHECK=test"
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue