Update README.md (#32)

diff --git a/README.md b/README.md
index c78dc97..6f77bcd 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
 A parser for [YAML](http://www.yaml.org/).
 
+[![Build Status](https://travis-ci.org/dart-lang/yaml.svg?branch=master)](https://travis-ci.org/dart-lang/yaml)
+
 Use `loadYaml` to load a single document, or `loadYamlStream` to load a
 stream of documents. For example: