Skip to content

Commit 6f4a06b

Browse files
committed
Merge pull request #282 from httprb/tarcieri/travis-2-3-config
Have Travis test on Ruby 2.3
2 parents 8b71f5d + ee79627 commit 6f4a06b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ rvm:
99
- 2.0.0
1010
- 2.1
1111
- 2.2
12+
- 2.3.0
1213
- jruby
1314
- jruby-head
1415
- ruby-head

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -320,8 +320,9 @@ versions:
320320
* Ruby 2.0.0
321321
* Ruby 2.1.x
322322
* Ruby 2.2.x
323+
* Ruby 2.3.x
323324
* JRuby 1.7.x
324-
* JRuby 9000
325+
* JRuby 9000+
325326

326327
If something doesn't work on one of these versions, it's a bug.
327328

0 commit comments

Comments
 (0)