diff --git a/appveyor.yml b/appveyor.yml index 05c9245a..a89a6c09 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,12 +7,13 @@ branches: stack: node 10, ruby 2.6.0 -init: +install: - gem install jekyll bundler before_build: - node --version - npm --version +- ruby --version build_script: - npm install