Browse Source

Revert "Add build-status badge again"

This reverts commit 702302d9f6dfeec54637ec5677d111fbf5417f48.
Stefan Siegl 10 years ago
parent
commit
db8c1bc94d
1 changed files with 1 additions and 2 deletions
  1. 1 2
      README.md

+ 1 - 2
README.md

@@ -5,7 +5,6 @@ V8Js is a PHP extension for Google's V8 Javascript engine.
 
 
 The extension allows you to execute Javascript code in a secure sandbox from PHP. The executed code can be restricted using a time limit and/or memory limit. This provides the possibility to execute untrusted code with confidence.
 The extension allows you to execute Javascript code in a secure sandbox from PHP. The executed code can be restricted using a time limit and/or memory limit. This provides the possibility to execute untrusted code with confidence.
 
 
-[![Build Status](https://jenkins.brokenpipe.de/buildStatus/icon?job=v8js)](https://jenkins.brokenpipe.de/job/v8js/)
 
 
 Minimum requirements
 Minimum requirements
 --------------------
 --------------------
@@ -17,7 +16,7 @@ Minimum requirements
 	V8 implements ECMAScript as specified in ECMA-262, 5th edition.
 	V8 implements ECMAScript as specified in ECMA-262, 5th edition.
     This extension makes use of V8 isolates to ensure separation between multiple V8Js instances and uses the new isolate-based mechanism to throw exceptions, hence the need for 3.22.3 or above.
     This extension makes use of V8 isolates to ensure separation between multiple V8Js instances and uses the new isolate-based mechanism to throw exceptions, hence the need for 3.22.3 or above.
 
 
-    For a detailed overview of which V8 version V8Js can be successfully built against, see the [Jenkins V8Js job list](https://jenkins.brokenpipe.de/view/v8js-with-v8-versions/).
+    For a detailed overview of which V8 version V8Js can be successfully built against, see the [Jenkins V8Js job list](http://jenkins.brokenpipe.de/view/v8js-with-v8-versions/).
 
 
 - PHP 5.3.3+
 - PHP 5.3.3+