Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Commit 7df10b1

Browse files
committed
add jruby testing support
1 parent cd7e58d commit 7df10b1

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ rvm:
33
- 1.9.3
44
- 2.0.0
55
- 2.1
6+
- jruby-19mode
67
script:
78
- bundle exec rake test_app
89
- bundle exec rake

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
source 'https://rubygems.org'
22
group :development, :test do
33
gem 'therubyracer', platforms: :ruby
4+
gem 'therubyrhino', platforms: :jruby
45
gem 'rails'
56
gem 'react-rails'
67
gem 'opal-rails'

Gemfile.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ DEPENDENCIES
187187
sinatra
188188
sqlite3
189189
therubyracer
190+
therubyrhino
190191
timecop
191192

192193
BUNDLED WITH

0 commit comments

Comments
 (0)