1
0
Fork 0
mirror of https://github.com/rubyjs/therubyrhino synced 2023-03-27 23:21:34 -04:00
therubyrhino/.travis.yml

16 lines
211 B
YAML
Raw Normal View History

dist: trusty
language: ruby
env:
global:
- JRUBY_OPTS=--debug
2012-02-15 05:45:28 -05:00
rvm:
- jruby-18mode
- jruby-1.7.26
- jruby-9.1.7.0
2012-08-03 15:16:27 -04:00
- jruby-head
before_install:
- gem update --system
2012-02-15 05:45:28 -05:00
branches:
only:
- master