mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-27 10:28:41 -05:00
Update jruby version for travis to 9.1.13.0
This commit updates travis configuration to replace jruby 1.7.13 with 9.1.13.0. Without this change the jruby version tested is out of date and does not support features like safe_load, which affects issue #243.
This commit is contained in:
parent
62643b237f
commit
dce4f133c1
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ matrix:
|
|||
- rvm: 2.3.3
|
||||
env: "CHECK=test"
|
||||
|
||||
- rvm: jruby-1.7.13
|
||||
- rvm: jruby-9.1.13.0
|
||||
env: "CHECK=test"
|
||||
|
||||
# Remove the allow_failures section once
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue