Skip to content

Commit b804ee0

Browse files
committed
Match travis and Gemfile ruby version.
1 parent 21015eb commit b804ee0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ cache: bundler
33
sudo: false
44
rvm:
55
- 2.6.1
6-
before_script: bundle install
6+
before_script: gem install bundler:2.0.1; bundle install
77
script: "bundle exec jekyll build"

0 commit comments

Comments
 (0)