Skip to content
This repository was archived by the owner on May 3, 2026. It is now read-only.

Commit 5601a65

Browse files
olleolleollekares
authored andcommitted
Travis: Build on Trusty, exact JRuby versions (#35)
1 parent b9c219f commit 5601a65

2 files changed

Lines changed: 10 additions & 5 deletions

File tree

.travis.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
1+
dist: trusty
2+
language: ruby
3+
env:
4+
global:
5+
- JRUBY_OPTS=--debug
16
rvm:
27
- jruby-18mode
3-
- jruby-19mode
8+
- jruby-1.7.26
9+
- jruby-9.1.7.0
410
- jruby-head
5-
#env:
6-
# - JRUBY_OPTS="--1.8"
7-
# - JRUBY_OPTS="--1.9"
11+
before_install:
12+
- gem update --system
813
branches:
914
only:
1015
- master

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ group :test do
1717
gem 'less', '>= 2.2.1', :require => nil
1818
end
1919

20-
gem 'rake', :require => false, :group => :development
20+
gem 'rake', '< 11.0', :require => false, :group => :development
2121
gem 'jruby-openssl', :group => :development if JRUBY_VERSION < '1.7'

0 commit comments

Comments
 (0)