From 53012556f375ed83e3faf20a76cb4b7ab24444fd Mon Sep 17 00:00:00 2001 From: Peter Ohler Date: Tue, 22 Nov 2016 19:27:16 -0500 Subject: [PATCH] Updated travis --- .travis.yml | 6 +----- README.md | 6 +++++- build_test.sh | 7 ++----- 3 files changed, 8 insertions(+), 11 deletions(-) diff --git a/.travis.yml b/.travis.yml index f2480738..b5ff9341 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,12 +13,8 @@ rvm: - 1.8.7 - 1.9.3 - 2.1.5 - - 2.2.0 - - 2.2.1 - - 2.2.2 - 2.2.3 - - 2.3.0 - - 2.3.1 + - 2.3.3 matrix: allow_failures: diff --git a/README.md b/README.md index e5cbc9f0..2205c17f 100644 --- a/README.md +++ b/README.md @@ -172,7 +172,11 @@ Oj.default_options = {:mode => :compat } ** Release 2.17.6a1** -- Rubinius compilation fixes. +- Rubinius compilation fixes thanks to + +- TBD separate options for as_json and to_json + +- Ready for Ruby 2.4. ** Release 2.17.5** diff --git a/build_test.sh b/build_test.sh index 0fc68d1d..2b2a11bd 100755 --- a/build_test.sh +++ b/build_test.sh @@ -5,12 +5,9 @@ for ruby in \ 1.9.3-p551\ 2.1.5\ - 2.2.0\ - 2.2.1\ - 2.2.2\ 2.2.3\ - 2.3.1\ - 2.4.0-preview1 + 2.4.0-preview1\ + 2.3.3 do echo "\n********************************************************************************" echo "Building $ruby\n"