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

Travis: Build on Trusty, exact JRuby versions (#35)

This commit is contained in:
Olle Jonsson 2017-02-07 09:59:14 +01:00 committed by Karol Bucek
parent b9c219fafc
commit 5601a65fdc
2 changed files with 10 additions and 5 deletions

View file

@ -1,10 +1,15 @@
dist: trusty
language: ruby
env:
global:
- JRUBY_OPTS=--debug
rvm: rvm:
- jruby-18mode - jruby-18mode
- jruby-19mode - jruby-1.7.26
- jruby-9.1.7.0
- jruby-head - jruby-head
#env: before_install:
# - JRUBY_OPTS="--1.8" - gem update --system
# - JRUBY_OPTS="--1.9"
branches: branches:
only: only:
- master - master

View file

@ -17,5 +17,5 @@ group :test do
gem 'less', '>= 2.2.1', :require => nil gem 'less', '>= 2.2.1', :require => nil
end end
gem 'rake', :require => false, :group => :development gem 'rake', '< 11.0', :require => false, :group => :development
gem 'jruby-openssl', :group => :development if JRUBY_VERSION < '1.7' gem 'jruby-openssl', :group => :development if JRUBY_VERSION < '1.7'