1
0
Fork 0
mirror of https://github.com/rails/execjs synced 2023-03-27 23:21:20 -04:00

Test against Ruby 2.1 / 2.2 on Travis CI

This commit is contained in:
Ryunosuke SATO 2014-10-21 00:30:44 +09:00
parent 13053caed1
commit 2bc2bf49a0
2 changed files with 3 additions and 0 deletions

View file

@ -2,3 +2,5 @@ language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1
- 2.2

View file

@ -5,4 +5,5 @@ gemspec
group :test do
gem 'therubyracer', platform: :mri
gem 'therubyrhino', ">=1.73.3", platform: :jruby
gem 'minitest', require: false
end