From e29fca85bbc9fdc4b8133fa7f142e83ef0ab3a08 Mon Sep 17 00:00:00 2001 From: Daniel Freedman Date: Fri, 16 Oct 2015 14:58:10 -0700 Subject: [PATCH] add fancy travis status badge to the readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6548cd76c0..357a5f44af 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Polymer +[![Build Status](https://travis-ci.org/Polymer/polymer.svg?branch=master)](https://travis-ci.org/Polymer/polymer) + Polymer lets you build encapsulated, re-usable elements that work just like HTML elements, to use in building web applications. ```html