Move installation within script

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

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

Loading…
Cancel
Save