Skip to content
This repository has been archived by the owner on Sep 29, 2021. It is now read-only.

Commit

Permalink
Add versioneye badge
Browse files Browse the repository at this point in the history
  • Loading branch information
jonfreedman committed Jul 27, 2016
1 parent 4ffbae3 commit ddd539a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

[![Build Status](https://travis-ci.org/symphonyoss/hubot-symphony.svg?branch=master)](https://travis-ci.org/symphonyoss/hubot-symphony)
[![Coverage Status](https://coveralls.io/repos/github/symphonyoss/hubot-symphony/badge.svg?branch=master)](https://coveralls.io/github/symphonyoss/hubot-symphony)
[![Dependency Status](https://www.versioneye.com/user/projects/57991bd627629700333f615c/badge.svg?style=flat-square)](https://www.versioneye.com/user/projects/57991bd627629700333f615c)
[![Coverity Scan Build Status](https://scan.coverity.com/projects/9358/badge.svg)](https://scan.coverity.com/projects/symphonyoss-hubot-symphony)

## Usage
Expand All @@ -26,4 +27,4 @@ npm run diagnostic -- --publicKey [key1.pem] --privateKey [key2.pem] --passphras
If the script runs as expected it will obtain and log both session and key manager tokens, look up and log some details of the bot account and then create a datafeed and poll. If you send a message using the Symphony client to the bot account you should see the details logged.

#### Note
The privateKey.pem and publicKey.pem files under test/resources have been generated at random and are not real keys.
The privateKey.pem and publicKey.pem files under test/resources have been generated at random and are not real keys.

0 comments on commit ddd539a

Please sign in to comment.