Repository: incubator-predictionio-sdk-ruby Updated Branches: refs/heads/develop f71cf0e66 -> bd2719fff
Test against Ruby 2.1 - 2.4 Project: http://git-wip-us.apache.org/repos/asf/incubator-predictionio-sdk-ruby/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-predictionio-sdk-ruby/commit/bd2719ff Tree: http://git-wip-us.apache.org/repos/asf/incubator-predictionio-sdk-ruby/tree/bd2719ff Diff: http://git-wip-us.apache.org/repos/asf/incubator-predictionio-sdk-ruby/diff/bd2719ff Branch: refs/heads/develop Commit: bd2719fff0b647fae716157e2887b6173947e81b Parents: f71cf0e Author: Donald Szeto <[email protected]> Authored: Mon Jun 5 13:41:49 2017 -0700 Committer: Donald Szeto <[email protected]> Committed: Mon Jun 5 13:41:49 2017 -0700 ---------------------------------------------------------------------- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-predictionio-sdk-ruby/blob/bd2719ff/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 8a9593e..27e1dd1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,8 @@ language: ruby rvm: - - 1.9.3 - 2.1.5 - - 2.2.1 + - 2.2.7 + - 2.3.4 + - 2.4.1 script: - rake
