We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21015eb commit b804ee0Copy full SHA for b804ee0
1 file changed
.travis.yml
@@ -3,5 +3,5 @@ cache: bundler
3
sudo: false
4
rvm:
5
- 2.6.1
6
-before_script: bundle install
+before_script: gem install bundler:2.0.1; bundle install
7
script: "bundle exec jekyll build"
0 commit comments