From bb977e2a289e5acc44814c46b1fdfbccb283daa8 Mon Sep 17 00:00:00 2001 From: bcoe Date: Thu, 22 May 2014 01:07:52 -0700 Subject: [PATCH] added travis badge. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aac7888..b728ed2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ SandCastle ========== +[![Build Status](https://travis-ci.org/bcoe/sandcastle.png)](https://travis-ci.org/bcoe/sandcastle) + A simple and powerful sandbox for running untrusted JavaScript. The Impetus @@ -80,7 +82,7 @@ The following options may be passed to the SandCastle constructor: Executing Scripts on Pool of SandCastles ---------------------- -A pool consists of several SandCastle child-processes, which will handle the script execution. Pool-object is a drop-in replacement of single Sandcastle instance. Only difference is, when creating the Pool-instance. +A pool consists of several SandCastle child-processes, which will handle the script execution. Pool-object is a drop-in replacement of single Sandcastle instance. Only difference is, when creating the Pool-instance. You can specify the amount of child-processes with parameter named numberOfInstances (default = 1). ```javascript