Skip to content

Commit 1ddb8db

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

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ language: ruby
22
cache: bundler
33
sudo: false
44
rvm:
5-
- 2.6.1
6-
before_script: gem install bundler:2.0.1; bundle install
5+
- 2.6.1
6+
before_script:
7+
- bundle update --bundler
8+
- gem install bundler:2.0.1
9+
- bundle install
710
script: "bundle exec jekyll build"

0 commit comments

Comments
 (0)