Move installation within script

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

View File

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