Try bundle install

main
Danilo Pianini 5 years ago committed by GitHub
parent 94c330f212
commit 71aafdad08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save