Skip to content

Commit b6bf9e4

Browse files
authored
Merge pull request #489 from capistrano/chores/add-rubies-to-ci
Add latest rubies to CI, including 3.0; drop rubinius CI support
2 parents 692a5f4 + 2328a6b commit b6bf9e4

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
language: ruby
22
rvm:
3+
- 3.0
4+
- 2.7
5+
- 2.6
36
- 2.5
47
- 2.4
58
- 2.3
@@ -8,7 +11,7 @@ rvm:
811
- 2.0
912
branches:
1013
only:
11-
- master
14+
- master
1215
matrix:
1316
include:
1417
# Run Danger only once, on 2.5

Gemfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@ source 'https://rubygems.org'
22

33
gemspec
44

5-
platforms :rbx do
6-
gem 'rubysl', '~> 2.0'
7-
gem 'json'
8-
end
9-
105
# public_suffix 3+ requires ruby 2.1+
116
if Gem::Requirement.new('< 2.1').satisfied_by?(Gem::Version.new(RUBY_VERSION))
127
gem 'public_suffix', '< 3'

0 commit comments

Comments
 (0)