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
parent 62643b237f
commit dce4f133c1

View file

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