summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Turek <brian.turek@gmail.com>2016-07-09 19:03:55 -0400
committerBrian Turek <brian.turek@gmail.com>2016-07-09 19:03:55 -0400
commitbc0247bcf2d60bc30720b7bb01af32d67a070c71 (patch)
tree455c89da501ded0cf369083b45f3b87aff88e84a
parentf8b28a2baaa00f92158083b99b977c8db944b261 (diff)
downloadjsSHA-bc0247bcf2d60bc30720b7bb01af32d67a070c71.zip
jsSHA-bc0247bcf2d60bc30720b7bb01af32d67a070c71.tar.gz
jsSHA-bc0247bcf2d60bc30720b7bb01af32d67a070c71.tar.bz2
Adding Travis CI badge
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 414d80a..182a1a7 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,8 @@
# jsSHA
A JavaScript implementation of the complete Secure Hash Standard family
- (SHA-1, SHA-224, SHA-256, SHA-384, and SHA-512) as well as HMAC by
- Brian Turek
+(SHA-1, SHA-224, SHA-256, SHA-384, and SHA-512) as well as HMAC by Brian Turek
+
+[![Build Status](https://travis-ci.org/Caligatio/jsSHA.svg?branch=master)](https://travis-ci.org/Caligatio/jsSHA)
## About
jsSHA is a javaScript implementation of the complete Secure Hash Algorithm
@@ -122,7 +123,7 @@ The rest of the instructions are identical to the [Browser](#browser) section ab
## Compiling
This library makes use of the Google Closure Compiler
(https://developers.google.com/closure/compiler) to both boost performance
-and reduce filesizes. To compile sha_dev.js into a customized output file, use
+and reduce filesizes. To compile sha\_dev.js into a customized output file, use
a command like the following:
java -jar compiler.jar --define="SUPPORTED_ALGS=<FLAG>" \