Browse Source

Adding status badge

Sébastien Ros 11 years ago
parent
commit
38fddd13ca
1 changed files with 2 additions and 0 deletions
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -2,6 +2,8 @@
 
 
 Jint is a Javascript interpreter for .NET. Jint doesn't compile Javascript to .NET bytecode and in this sense might be best suited for projects requiring to run relatively small scripts faster, or which need to run on different platforms.
 Jint is a Javascript interpreter for .NET. Jint doesn't compile Javascript to .NET bytecode and in this sense might be best suited for projects requiring to run relatively small scripts faster, or which need to run on different platforms.
 
 
+[![Build status](https://ci.appveyor.com/api/projects/status?id=c84b8rdswh2w4744)](https://ci.appveyor.com/project/jint)
+
 # Objectives
 # Objectives
 
 
 - Full support for ECMAScript 5.1 - http://www.ecma-international.org/ecma-262/5.1/
 - Full support for ECMAScript 5.1 - http://www.ecma-international.org/ecma-262/5.1/