commit | b586fe0af8408a4b496b07e8d28e7d4a06996bae | [log] [tgz] |
---|---|---|
author | Devon Carew <devoncarew@google.com> | Fri Dec 08 14:11:39 2017 -0800 |
committer | GitHub <noreply@github.com> | Fri Dec 08 14:11:39 2017 -0800 |
tree | ef940864d2c8e2741b4ac4954d876fcc5a1f90f2 | |
parent | 1d6f3a4a35f47d6228469b367bacd3d651db5248 [diff] |
Update README.md
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