From dd070c1fb0f6bd8d4a5b288cb532855a2ddb7b75 Mon Sep 17 00:00:00 2001 From: Slawomir Chodnicki Date: Thu, 14 Sep 2017 14:40:35 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3588cca..dceac8b 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ An plugin for Pentaho kettle (PDI) allowing to include ruby scripts as transform The elegance of the ruby language is paired with ultimate row processing flexibility. The step allows scripts to read, write, aggregate, consume and redirect rows to accomplish the most complex of data processing tasks in one place. This plugin provides a scripting step similar to the javascript and java class steps. The implementation is based on [JRuby](http://jruby.org). Thanks to JRuby's great Java interop, the scripting step also enables easy Java scripting in kettle. ## Supported versions of pentaho-kettle -The plugin is built and tested against the most recent versions of Kettle 5.x, 6.x and 7.x. +The plugin is built and [tested](https://travis-ci.org/twineworks/ruby-for-pentaho-kettle) against the most recent versions of Kettle 5.x, 6.x and 7.x. ## How to get it? Grab the latest release from the [releases](https://github.com/twineworks/ruby-for-pentaho-kettle/releases) page.