diff --git a/README.md b/README.md
index 467c50b..35c2431 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,6 @@
# Maybe Result
-
-
-
+[![Build Status](https://travis-ci.org/trafi/maybe-result-cpp.svg?branch=master)](https://travis-ci.org/trafi/maybe-result-cpp)
Maybe Result is a return value wrapper that can contain either a value
`T` or error `E`. It borrows ideas heavily from the [C++17's