File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 1
1
# cf-client
2
2
3
3
[ ![ 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 )
4
5
[ ![ Dependency Status] ( https://david-dm.org/IBM-Bluemix/cf-nodejs-client.svg )] ( https://david-dm.org/IBM-Bluemix/cf-nodejs-client )
5
6
[ ![ 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 )
6
7
[ ![ 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 )
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments