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

Merge pull request #159 from tricknotes/ruby-2.2

Test against Ruby 2.1 / 2.2 on Travis CI
This commit is contained in:
Joshua Peek 2014-12-06 16:26:41 -08:00
commit ec2dc33d55
2 changed files with 3 additions and 0 deletions

View file

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

View file

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