Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(364)

Unified Diff: README.md

Issue 1026363003: pkg/isolate: support travis and coveralls (Closed) Base URL: https://github.com/dart-lang/isolate.git@travis
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « .travis.yml ('k') | test/isolaterunner_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.md
diff --git a/README.md b/README.md
index d2cbe08bb3638f8542ba92c74ff1db141b446ec7..a242f11addb325e347e3d1beb355bcd050767a61 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,7 @@
-# isolate
+[![Build Status](https://travis-ci.org/dart-lang/isolate.svg?branch=master)](https://travis-ci.org/dart-lang/isolate)
+[![Coverage Status](https://coveralls.io/repos/dart-lang/isolate/badge.svg?branch=master)](https://coveralls.io/r/dart-lang/isolate)
-The `isolate` package helps with isolates and isolate communication.
+Helps with isolates and isolate communication in Dart.
The package contains individual libraries with different purposes.
« no previous file with comments | « .travis.yml ('k') | test/isolaterunner_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698