File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 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
+
2
3
3
4
> An ember-cli-deploy plugin to deploy ember-cli's bootstrap index file to [ S3] ( https://aws.amazon.com/de/s3 ) .
4
5
Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ install:
16
16
# Get the latest stable version of Node.js or io.js
17
17
- ps : Install-Product node $env:nodejs_version
18
18
# install modules
19
+ - md C:\nc
20
+ - npm config set cache C:\n
19
21
- npm install -g bower
20
22
- npm install
21
23
- bower install
You can’t perform that action at this time.
0 commit comments