Skip to content

Commit

Permalink
Merge pull request #17 from Accenture/setup-travis
Browse files Browse the repository at this point in the history
added basic travis ci integration
  • Loading branch information
mmacai authored Nov 21, 2017
2 parents 99cd7f2 + d630852 commit 54bc436
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
language: elixir
elixir: '1.5'
otp_release: '20.0'
script:
- mix test
- mix credo --strict
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# RIG - Reactive Interaction Gateway

[![Build Status](https://travis-ci.org/Accenture/reactive-interaction-gateway.svg?branch=master)](https://travis-ci.org/Accenture/reactive-interaction-gateway)

RIG is a scalable, open source gateway to your microservices. It solves the problem of
connection state (which users are online currently, with which devices), which allows your
microservices to be stateless. Pushing arbitrary messages to all connected frontends of a
Expand Down

0 comments on commit 54bc436

Please sign in to comment.