mirror of
https://github.com/rails/execjs
synced 2023-03-27 23:21:20 -04:00
9bf032ca79
workaround for jbarnette/johnson#21 workaround for nu7hatch/mustang#18 fix for ruby 1.8 (Disabled)
16 lines
180 B
YAML
16 lines
180 B
YAML
env: CI=1
|
|
|
|
rvm:
|
|
- 1.8.7
|
|
- 1.9.2
|
|
- 1.9.3
|
|
- jruby-18mode
|
|
- jruby-19mode
|
|
- rbx-18mode
|
|
- rbx-19mode
|
|
- ree
|
|
- ruby-head
|
|
- jruby-head
|
|
|
|
notifications:
|
|
disabled: true
|