Skip to content

Commit 971e9e6

Browse files
authored
chore(ci): bump Ruby versions
1 parent 85b57c2 commit 971e9e6

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.travis.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
language: ruby
22
cache: bundler
33
rvm:
4-
- &latest_ruby 2.6
5-
- 2.4
6-
- 2.3
4+
- &latest_ruby 2.7
5+
- 2.5
76

87
script : script/cibuild
98

@@ -17,9 +16,9 @@ matrix:
1716
include:
1817
- # GitHub Pages
1918
rvm: 2.5.3
20-
env: JEKYLL_VERSION="~> 3.7.4"
19+
env: JEKYLL_VERSION="~> 3.8.5"
2120
- rvm: *latest_ruby
22-
env: JEKYLL_VERSION=">= 4.0.0.pre.alpha1"
21+
env: JEKYLL_VERSION="~> 4.0"
2322

2423
notifications:
2524
email: false

0 commit comments

Comments
 (0)