Skip to content

Commit 55f050b

Browse files
committed
Merge pull request #55 from LevelbossMike/add-appveyor-badge
Add appveyor badge
2 parents d65719a + 7e9d0c4 commit 55f050b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# ember-cli-deploy-s3-index [![Build Status](https://travis-ci.org/ember-cli-deploy/ember-cli-deploy-s3-index.svg?branch=master)](https://travis-ci.org/ember-cli-deploy/ember-cli-deploy-s3-index)
1+
# ember-cli-deploy-s3-index [![Build Status](https://travis-ci.org/ember-cli-deploy/ember-cli-deploy-s3-index.svg?branch=master)](https://travis-ci.org/ember-cli-deploy/ember-cli-deploy-s3-index) [![Build status](https://ci.appveyor.com/api/projects/status/iogkx02goxx6jsf3/branch/master?svg=true)](https://ci.appveyor.com/project/LevelbossMike/ember-cli-deploy-s3-index/branch/master)
2+
23

34
> An ember-cli-deploy plugin to deploy ember-cli's bootstrap index file to [S3](https://aws.amazon.com/de/s3).
45

appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ install:
1616
# Get the latest stable version of Node.js or io.js
1717
- ps: Install-Product node $env:nodejs_version
1818
# install modules
19+
- md C:\nc
20+
- npm config set cache C:\n
1921
- npm install -g bower
2022
- npm install
2123
- bower install

0 commit comments

Comments
 (0)