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:
parent
13053caed1
commit
2bc2bf49a0
2 changed files with 3 additions and 0 deletions
|
@ -2,3 +2,5 @@ language: ruby
|
|||
rvm:
|
||||
- 1.9.3
|
||||
- 2.0.0
|
||||
- 2.1
|
||||
- 2.2
|
||||
|
|
1
Gemfile
1
Gemfile
|
@ -5,4 +5,5 @@ gemspec
|
|||
group :test do
|
||||
gem 'therubyracer', platform: :mri
|
||||
gem 'therubyrhino', ">=1.73.3", platform: :jruby
|
||||
gem 'minitest', require: false
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue