Merge pull request dart-lang/test_reflective_loader#13 from dart-lang/devoncarew-patch-1
Update README.md
diff --git a/pkgs/test_reflective_loader/README.md b/pkgs/test_reflective_loader/README.md
index e65e6fc..66dca98 100644
--- a/pkgs/test_reflective_loader/README.md
+++ b/pkgs/test_reflective_loader/README.md
@@ -1,5 +1,7 @@
# test_reflective_loader
+[](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