Add badges
diff --git a/README.md b/README.md
index 8d85291..acee763 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,9 @@
 
 A composable, Future-based library for making HTTP requests.
 
+[![pub package](https://img.shields.io/pub/v/http.svg)](https://pub.dartlang.org/packages/http)
+[![Build Status](https://travis-ci.org/dart-lang/http.svg?branch=master)](https://travis-ci.org/dart-lang/http)
+
 This package contains a set of high-level functions and classes that make it
 easy to consume HTTP resources. It's platform-independent, and can be used on
 both the command-line and the browser. Currently the global utility functions