Try bundle install

This commit is contained in:
Danilo Pianini 2019-10-19 11:03:07 +02:00 committed by GitHub
parent 94c330f212
commit 71aafdad08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
language: ruby
install: gem install jekyll bundler
script: bundle exec jekyll build
script:
- bundle install
- bundle exec jekyll build
cache: bundler