From fcc1229e45f79a093cd868e16a8d074b95011ab3 Mon Sep 17 00:00:00 2001 From: Austin Burdine Date: Mon, 19 Sep 2016 17:04:25 -0500 Subject: [PATCH] :checkered_flag: fix windows build --- README.md | 1 + appveyor.yml | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 5b880905f..36729d1a1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Ghost-CLI [![ghost-cli npm](https://travis-ci.org/TryGhost/Ghost-CLI.svg?branch=master)](https://travis-ci.org/TryGhost/Ghost-CLI) +[![Build status](https://ci.appveyor.com/api/projects/status/nsq2yxgbgigm0d96?svg=true)](https://ci.appveyor.com/project/acburdine/ghost-cli) [![ghost-cli dependencies](https://david-dm.org/TryGhost/Ghost-CLI.svg)](https://david-dm.org/TryGhost/Ghost-CLI) > Just a CLI manager (for a blogging platform) diff --git a/appveyor.yml b/appveyor.yml index 92aaf04ca..49822b1b6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -12,7 +12,6 @@ platform: - x64 cache: - - bower_components -> bower.json - node_modules -> package.json - '%APPDATA%\npm-cache' - '%APPDATA%\Roaming\bower' @@ -30,11 +29,8 @@ install: - md C:\nc - npm version - npm config set cache C:\nc - # Installation, globals -------------------------------------------------- - - npm install -g --no-color --no-progress bower # Installation, deps ----------------------------------------------------- - npm install --no-optional --no-color --no-progress --ignore-scripts - - bower install test_script: - npm run test:all