From c499a756fd86fb0cc7722baf60ffcdae0b75c108 Mon Sep 17 00:00:00 2001 From: Wesley Workman Date: Tue, 31 Oct 2017 20:31:10 -0400 Subject: [PATCH] Added travis-ci badge. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f0a23df..de0f667 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ember-did-change-attrs +# ember-did-change-attrs [![Build Status](https://travis-ci.org/workmanw/ember-did-change-attrs.svg?branch=master)](https://travis-ci.org/workmanw/ember-did-change-attrs) This addon is a WIP rethink of [ember-diff-attrs](https://github.com/workmanw/ember-diff-attrs) which offered a decorator style approach to this problem.