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:
parent
b9c219fafc
commit
5601a65fdc
2 changed files with 10 additions and 5 deletions
13
.travis.yml
13
.travis.yml
|
@ -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
|
||||||
|
|
2
Gemfile
2
Gemfile
|
@ -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'
|
||||||
|
|
Loading…
Add table
Reference in a new issue