Skip to content

Commit c45f4bd

Browse files
committed
updated travis info
1 parent 05ba5d0 commit c45f4bd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ node_js:
33
- "6"
44
- "5"
55
- "4"
6-
- "0.10.x"
6+
- "0.10"
77
before_script:
88
- npm install .
99
"scripts": {

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# stateful-process-command-proxy
22
Node.js module for executing os commands against a pool of stateful, long-lived child processes such as bash shells or powershell consoles
33

4+
[![Build Status](https://travis-ci.org/bitsofinfo/stateful-process-command-proxy.svg?branch=master)](https://travis-ci.org/bitsofinfo/stateful-process-command-proxy)
5+
46
[![NPM](https://nodei.co/npm/stateful-process-command-proxy.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/stateful-process-command-proxy/)
57
[![NPM](https://nodei.co/npm-dl/stateful-process-command-proxy.png)](https://nodei.co/npm/stateful-process-command-proxy/)
68

0 commit comments

Comments
 (0)