diff --git a/README.md b/README.md index 173f884..f4e278f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ #fake-server +[![Build Status](https://travis-ci.org/yahoo/fake-server.svg)](https://travis-ci.org/yahoo/fake-server) + Fake-server is a generic and non-intrusive tool used to mock any server response. It has been designed to address issues when running tests against unstable or slow external servers. ===========