Skip to content

Commit a61d30b

Browse files
authored
chore(ci): Add Ruby 2.6, drop Ruby 2.3
1 parent 162dd9e commit a61d30b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ cache: bundler
44
matrix:
55
include:
66
- # GitHub Pages
7-
rvm: 2.5.1
7+
rvm: 2.5.3
88
env: GH_PAGES=true
99
rvm:
10-
- 2.5
11-
- 2.3
10+
- 2.6
11+
- 2.4
1212
before_install:
1313
- gem update --system
1414
before_script: bundle update

0 commit comments

Comments
 (0)