Skip to content

Commit

Permalink
🏁 fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
acburdine committed Sep 19, 2016
1 parent 114cdb4 commit fcc1229
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 0 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ platform:
- x64

cache:
- bower_components -> bower.json
- node_modules -> package.json
- '%APPDATA%\npm-cache'
- '%APPDATA%\Roaming\bower'
Expand All @@ -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
Expand Down

0 comments on commit fcc1229

Please sign in to comment.