From 9a73b2eb606557402b0d649ba2744f83d454cd65 Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Wed, 24 Apr 2019 16:50:48 -0700 Subject: [PATCH] Add travis badge to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6b10c54..3bb3c5c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Build Status](https://travis-ci.org/dart-lang/browser_launcher.svg?branch=master)](https://travis-ci.org/dart-lang/browser_launcher) + Provides a standardized way to launch web browsers. Currently, Chrome is the only supported browser.