File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ ![ NPM version] [ npm-image ]] [ npm-url ]
4
4
[ ![ build status] [ travis-image ]] [ travis-url ]
5
- [ ![ appveyor build status] [ appveyor-image ]] [ appveyor-url ]
5
+ [ ![ Circle status] [ circle-image ]] [ circle-url ]
6
+ [ ![ Appveyor status] [ appveyor-image ]] [ appveyor-url ]
6
7
[ ![ Test coverage] [ codecov-image ]] [ codecov-url ]
7
8
[ ![ David deps] [ david-image ]] [ david-url ]
8
9
[ ![ node version] [ node-image ]] [ node-url ]
12
13
[ npm-url ] : https://npmjs.org/package/agentkeepalive
13
14
[ travis-image ] : https://img.shields.io/travis/node-modules/agentkeepalive.svg?style=flat
14
15
[ travis-url ] : https://travis-ci.org/node-modules/agentkeepalive
16
+ [ circle-image ] : https://circleci.com/gh/node-modules/agentkeepalive.svg?style=svg
17
+ [ circle-url ] : https://circleci.com/gh/node-modules/agentkeepalive
15
18
[ appveyor-image ] : https://ci.appveyor.com/api/projects/status/k7ct4s47di6m5uy2?svg=true
16
19
[ appveyor-url ] : https://ci.appveyor.com/project/fengmk2/agentkeepalive
17
20
[ codecov-image ] : https://codecov.io/github/node-modules/agentkeepalive/coverage.svg?branch=master
Original file line number Diff line number Diff line change
1
+ machine :
2
+ node :
3
+ version : ' 0.10'
4
+ version : ' 0.12'
5
+ version : ' 4.3.2'
6
+ version : ' 4'
7
+ version : ' 5.3.0'
8
+ version : ' 5'
9
+
10
+ test :
11
+ post :
12
+ - npm run ci
13
+ - npm run codecov
14
+
15
+ # https://circleci.com/docs/language-nodejs
You can’t perform that action at this time.
0 commit comments