Skip to content

Commit 20b921c

Browse files
committed
Test against Ruby 2.1 and 2.2 on Travis CI
1 parent 38e3338 commit 20b921c

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ rvm:
33
- ree
44
- 1.9.3
55
- 2.0.0
6+
- 2.1
7+
- 2.2
68
- ruby-head
79
- jruby-18mode
810
- jruby-19mode

Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ group :development do
1111
gem "RedCloth", RUBY_PLATFORM == 'java' ? ">= 4.2.7" : ">= 4.0.3"
1212
gem "term-ansicolor"
1313
gem "shoulda-context"
14+
gem "test-unit"
1415
gem "json" if RUBY_VERSION < '1.9'
1516
gem "rdoc"
1617
end

README.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ You put your code in, and you get it back colored; Keywords, strings, floats, co
1616

1717
### Dependencies
1818

19-
CodeRay needs Ruby 1.8.7, 1.9.3 or 2.0. It also runs on JRuby.
19+
CodeRay needs Ruby 1.8.7, 1.9.3 or 2.0+. It also runs on JRuby.
2020

2121
## Example Usage
2222

0 commit comments

Comments
 (0)