Skip to content

Commit

Permalink
Updated travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ohler55 committed Nov 23, 2016
1 parent eab3f2f commit 5301255
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Expand Up @@ -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:
Expand Down
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -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**

Expand Down
7 changes: 2 additions & 5 deletions build_test.sh
Expand Up @@ -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"
Expand Down

0 comments on commit 5301255

Please sign in to comment.