Skip to content

Commit e53f16a

Browse files
committed
Update .travis
1 parent 3828d23 commit e53f16a

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

.travis.yml

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,22 @@ language: ruby
33
cache: bundler
44

55
rvm:
6+
# start with the latest
67
- 2.3.1
7-
- 2.2.3
8-
- 2.2.2
9-
- 2.1.5
10-
- 2.0.0
8+
- jruby-9.1.5.0
9+
10+
# older versions
11+
- 2.2
12+
- 2.1
13+
- 2.0
1114
- 1.9.3
12-
- ruby-head
13-
- jruby-1.7.19
14-
- jruby-9.0.1.0
15-
- jruby-9.0.3.0
15+
1616
- jruby-9.0.5.0
17+
- jruby-1.7.26
18+
19+
- ruby-head
1720
- jruby-head
18-
- rbx-2
21+
1922
- rbx
2023

2124
jdk:
@@ -39,7 +42,6 @@ matrix:
3942
- rvm: ruby-head
4043
- rvm: jruby-head
4144
- rvm: 1.9.3
42-
- rvm: rbx-2
4345
- rvm: rbx
4446
- rvm: jruby-head
4547
jdk: oraclejdk8

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ group :development do
1313
# documentation
1414
gem 'countloc', '~> 0.4.0', :platforms => :mri, :require => false
1515
gem 'yard', '~> 0.8.7.6', :require => false
16+
# TODO (pitr-ch 15-Oct-2016): does not work on 1.9.3 anymore
1617
gem 'inch', '~> 0.6.3', :platforms => :mri, :require => false
1718
gem 'redcarpet', '~> 3.3.2', platforms: :mri # understands github markdown
1819
end

0 commit comments

Comments
 (0)