Skip to content

Commit 49525f0

Browse files
committed
Revert to Ruby 2.5.1 to fix problems with Travis (?)
1 parent 1ddb8db commit 49525f0

3 files changed

Lines changed: 3 additions & 5 deletions

File tree

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ language: ruby
22
cache: bundler
33
sudo: false
44
rvm:
5-
- 2.6.1
5+
- 2.5.1
66
before_script:
7-
- bundle update --bundler
8-
- gem install bundler:2.0.1
97
- bundle install
108
script: "bundle exec jekyll build"

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source "https://rubygems.org"
2-
ruby "2.6.1"
2+
ruby "2.5.1"
33

44
# Hello! This is where you manage which Jekyll version is used to run.
55
# When you want to use a different version, change it below, save the

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ DEPENDENCIES
7676
tzinfo-data
7777

7878
RUBY VERSION
79-
ruby 2.6.1p33
79+
ruby 2.5.1p57
8080

8181
BUNDLED WITH
8282
2.0.1

0 commit comments

Comments
 (0)