From b586fe0af8408a4b496b07e8d28e7d4a06996bae Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Fri, 8 Dec 2017 14:11:39 -0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e65e6fc..66dca98 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # test_reflective_loader +[![Build Status](https://travis-ci.org/dart-lang/test_reflective_loader.svg?branch=master)](https://travis-ci.org/dart-lang/test_reflective_loader) + Support for discovering tests and test suites using reflection. This package follows the xUnit style where each class is a test suite, and each