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:
kirby@puppetlabs.com 2018-01-03 16:49:53 -08:00 committed by mattkirby
parent ea9deddd2d
commit 82f141793b

View file

@ -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