From 055a05ad003beec6c34e91bab747be7eb2477071 Mon Sep 17 00:00:00 2001 From: Ethan Date: Sat, 3 Aug 2019 19:43:06 -0700 Subject: [PATCH] README badge travis --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bab9925..999bd7f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # ARMS +[![Build Status](https://travis-ci.org/notEthan/arms.svg?branch=master)](https://travis-ci.org/notEthan/arms) + ARMS: Active Record Multiple Serialization. This is a library which extends the capabilities of ActiveRecord serialization, allowing you to chain together coders. For a very simple example, we'll do a thing you can't easily do in ActiveRecord: get a hash with indifferent string/symbol access on the model (in this case for a column named `preferences`), storing serialized JSON in the database: