From b950657b5e70b534c18b312e500f1e0e4cbaf9db Mon Sep 17 00:00:00 2001 From: Luke Date: Fri, 5 May 2017 23:22:53 -0700 Subject: [PATCH] add travis status to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b85e766..01177f9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Router +[![Build Status](https://travis-ci.org/goposse/flutter-router.svg?branch=master)](https://travis-ci.org/goposse/flutter-router) + ## Getting started You should ensure that you add the router as a dependency in your flutter project.