Skip to content

Commit b1fcf60

Browse files
committed
test: add Circle ci
1 parent d05172a commit b1fcf60

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
[![NPM version][npm-image]][npm-url]
44
[![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]
67
[![Test coverage][codecov-image]][codecov-url]
78
[![David deps][david-image]][david-url]
89
[![node version][node-image]][node-url]
@@ -12,6 +13,8 @@
1213
[npm-url]: https://npmjs.org/package/agentkeepalive
1314
[travis-image]: https://img.shields.io/travis/node-modules/agentkeepalive.svg?style=flat
1415
[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
1518
[appveyor-image]: https://ci.appveyor.com/api/projects/status/k7ct4s47di6m5uy2?svg=true
1619
[appveyor-url]: https://ci.appveyor.com/project/fengmk2/agentkeepalive
1720
[codecov-image]: https://codecov.io/github/node-modules/agentkeepalive/coverage.svg?branch=master

circle.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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

0 commit comments

Comments
 (0)