Skip to content

Commit d6256bb

Browse files
committed
Adds JRuby as deployment target.
1 parent 734f182 commit d6256bb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
doc/
44

55
.rake_tasks~
6-
*.gem
6+
*.gem
7+
Gemfile.lock

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ rvm:
44
- 2.3
55
- 2.4
66
- 2.5
7+
- jruby
78
before_install:
89
- gem install bundler

0 commit comments

Comments
 (0)