Skip to content

Commit c17f3ea

Browse files
authored
Merge pull request IBM-Cloud#37 from IBM-Bluemix/appveyor
Appveyor
2 parents 664e00c + 0142254 commit c17f3ea

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# cf-client
22

33
[![Build Status](https://travis-ci.org/IBM-Bluemix/cf-nodejs-client.svg)](https://travis-ci.org/IBM-Bluemix/cf-nodejs-client)
4+
[![Build status](https://ci.appveyor.com/api/projects/status/adxrubgykqys7pp9?svg=true)](https://ci.appveyor.com/project/jsloyer/cf-nodejs-client)
45
[![Dependency Status](https://david-dm.org/IBM-Bluemix/cf-nodejs-client.svg)](https://david-dm.org/IBM-Bluemix/cf-nodejs-client)
56
[![devDependency Status](https://david-dm.org/IBM-Bluemix/cf-nodejs-client/dev-status.svg)](https://david-dm.org/IBM-Bluemix/cf-nodejs-client#info=devDependencies)
67
[![Changelog](https://img.shields.io/badge/see-CHANGELOG-red.svg?style=flat-square)](https://github.com/IBM-Bluemix/cf-nodejs-client/blob/master/CHANGELOG.md)

appveyor.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
environment:
2+
nodejs_version: "5.10.1"
3+
LOCAL_INSTANCE_1_CF_API_URL: https://api.bosh-lite.com
4+
LOCAL_INSTANCE_1_username: admin
5+
LOCAL_INSTANCE_1_password: admin
6+
7+
install:
8+
- ps: Install-Product node $env:nodejs_version
9+
- npm install
10+
11+
test_script:
12+
# Output useful info for debugging.
13+
- node --version
14+
- npm --version
15+
- npm run lint
16+
17+
# Don't actually build.
18+
build: off

0 commit comments

Comments
 (0)