Skip to content

Commit

Permalink
Add travis ci badge
Browse files Browse the repository at this point in the history
  • Loading branch information
angien committed Jan 5, 2021
1 parent 6896d50 commit cf71dc9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
@@ -1,5 +1,7 @@
# kotlin-redux

[![Build Status](https://travis-ci.org/Workday/kotlin-redux.svg?branch=main)](https://travis-ci.org/Workday/kotlin-redux)

This library is a simplified implementation of Redux written in Kotlin for Android.

Redux is an architecture that was originally created in JavaScript: https://redux.js.org/. It follows a strict, unidirectional flow of data, and makes state predictable. It achieves this by ensuring the state is the single source of truth and immutable, and that changes to the state are done through pure functions.
Expand Down

0 comments on commit cf71dc9

Please sign in to comment.