diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..6bd3c94 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,3 @@ +language: ruby +rvm: + - 2.4 diff --git a/README.md b/README.md index c99afce..f615049 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Redis based block follower is an efficient way for multiple apps to stream the Steem Blockchain. +[![Build Status](https://travis-ci.org/inertia186/meeseeker.svg?branch=master)](https://travis-ci.org/inertia186/meeseeker) + If you have multiple applications that need to perform actions as operations occur, `meeseeker` will allow your apps to each perform actions for specific operations without each app having to stream the entire blockchain. *In a nutshell:* The overarching intent here is to provide a "live view" of the blockchain, *not* store the entire blockchain. Apps can attach to your redis source and ask, "What *just* happened?"