mirror of
https://github.com/rubyjs/therubyrhino
synced 2023-03-27 23:21:34 -04:00
15 lines
211 B
YAML
15 lines
211 B
YAML
dist: trusty
|
|
language: ruby
|
|
env:
|
|
global:
|
|
- JRUBY_OPTS=--debug
|
|
rvm:
|
|
- jruby-18mode
|
|
- jruby-1.7.26
|
|
- jruby-9.1.7.0
|
|
- jruby-head
|
|
before_install:
|
|
- gem update --system
|
|
branches:
|
|
only:
|
|
- master
|