mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 18:08:42 -05:00
Update travis tests to use latest ruby versions
This commit updates travis to use ruby 2.4.9, 2.5.7, and jruby 9.2.9.0 for tests. Test with latest z releases of ruby versions
This commit is contained in:
parent
52b60b074c
commit
0a21ac563d
1 changed files with 5 additions and 5 deletions
10
.travis.yml
10
.travis.yml
|
|
@ -4,22 +4,22 @@ language: ruby
|
|||
|
||||
matrix:
|
||||
include:
|
||||
- rvm: 2.4.5
|
||||
- rvm: 2.4.9
|
||||
env: "CHECK=rubocop"
|
||||
|
||||
- rvm: 2.4.5
|
||||
- rvm: 2.4.9
|
||||
env: "CHECK=test"
|
||||
|
||||
- rvm: 2.5.3
|
||||
- rvm: 2.5.7
|
||||
env: "CHECK=test"
|
||||
|
||||
- rvm: jruby-9.2.5.0
|
||||
- rvm: jruby-9.2.9.0
|
||||
env: "CHECK=test"
|
||||
|
||||
# Remove the allow_failures section once
|
||||
# Rubocop is required for Travis to pass a build
|
||||
allow_failures:
|
||||
- rvm: 2.4.5
|
||||
- rvm: 2.4.9
|
||||
env: "CHECK=rubocop"
|
||||
|
||||
install:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue