mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 10:08:40 -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
ea9deddd2d
commit
82f141793b
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ matrix:
|
||||||
- rvm: 2.3.3
|
- rvm: 2.3.3
|
||||||
env: "CHECK=test"
|
env: "CHECK=test"
|
||||||
|
|
||||||
- rvm: jruby-1.7.13
|
- rvm: jruby-9.1.13.0
|
||||||
env: "CHECK=test"
|
env: "CHECK=test"
|
||||||
|
|
||||||
# Remove the allow_failures section once
|
# Remove the allow_failures section once
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue