From 17397aa21985e513d979e972b4f7d46919b62f11 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Fri, 22 Mar 2019 09:57:10 -0400 Subject: [PATCH] switch to install phase --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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