.travis.yml in cucumber-3.0.0.pre.2 vs .travis.yml in cucumber-3.0.0

- old
+ new

@@ -21,11 +21,11 @@ os: osx - rvm: 2.1 os: linux - rvm: 2.1 os: osx - - rvm: jruby-9.1.12.0 + - rvm: jruby-9.1.13.0 os: linux env: # Travis by default also have "-Dcext.enabled=false" set in # JRUBY_OPTS, but JRuby 9 does not support C extensions at all # so it issues warning that will mess up the sterr checks. @@ -33,10 +33,10 @@ # Somehow a "ASCII-8BIT to UTF-8 conversion error" appears for # JRuby 9 - LC_ALL=en_US.UTF-8 - LANG=en_US.UTF-8 - LANGUAGE=en_US.UTF-8 - - rvm: jruby-9.1.12.0 + - rvm: jruby-9.1.13.0 os: osx env: # Travis by default also have "-Dcext.enabled=false" set in # JRUBY_OPTS, but JRuby 9 does not support C extensions at all # so it issues warning that will mess up the sterr checks.