Skip to content

Commit 783078c

Browse files
authored
chore(ci): Add Ruby 2.6, drop Ruby 2.3
1 parent 0357878 commit 783078c

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

.travis.yml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,19 @@
11
language: ruby
22
rvm:
3-
- 2.2.6
4-
- 2.3.3
5-
- 2.4.0
6-
- jruby-9.1.9.0
3+
- 2.4
4+
- 2.6
5+
- jruby-9.2.5.0
76
gemfile:
87
- Gemfile
98
- Gemfile-jruby
109

1110
matrix:
1211
exclude:
13-
- rvm: jruby-9.1.9.0
12+
- rvm: jruby-9.2.5.0
1413
gemfile: Gemfile
15-
- rvm: 2.2.6
14+
- rvm: 2.4
1615
gemfile: Gemfile-jruby
17-
- rvm: 2.3.3
18-
gemfile: Gemfile-jruby
19-
- rvm: 2.4.0
16+
- rvm: 2.6
2017
gemfile: Gemfile-jruby
2118

2219
notifications:

0 commit comments

Comments
 (0)