Skip to content

Commit

Permalink
Adding build and coverage info
Browse files Browse the repository at this point in the history
  • Loading branch information
rpeach-sag committed Jun 26, 2018
1 parent 30dda47 commit 373f77d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,4 +1,4 @@
# Action Binding
# Action Binding [![Build Status](https://travis-ci.org/rpeach-sag/apama-action-binding.svg)](https://travis-ci.org/rpeach-sag/apama-action-binding) [![Coverage Status](https://coveralls.io/repos/github/rpeach-sag/apama-action-binding/badge.svg)](https://coveralls.io/github/rpeach-sag/apama-action-binding)

Action binding brings a popular JavaScript feature to [Apama](http://www.apamacommunity.com/)'s Event Programming Language (EPL): Function Binding.
```javascript
Expand Down Expand Up @@ -176,4 +176,4 @@ Bind.create(concatStrings).call3("Hello ", "World", "!");
```
------------------------------

These tools are provided as-is and without warranty or support. They do not constitute part of the Software AG product suite. Users are free to use, fork and modify them, subject to the license agreement. While Software AG welcomes contributions, we cannot guarantee to include every contribution in the master project.
These tools are provided as-is and without warranty or support. They do not constitute part of the Software AG product suite. Users are free to use, fork and modify them, subject to the license agreement. While Software AG welcomes contributions, we cannot guarantee to include every contribution in the master project.

0 comments on commit 373f77d

Please sign in to comment.