From 6e3d23b5f091ed1640bea32f140634ff50882e56 Mon Sep 17 00:00:00 2001 From: Sergio Benitez Date: Mon, 4 Apr 2016 19:04:46 -0700 Subject: [PATCH] Add that badge in. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f5e4d53e..f26bcbab 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Rocket +[![Build Status](https://travis-ci.com/SergioBenitez/rocket.svg?token=CVq3HTkPNimYtLm3RHCn&branch=master)](https://travis-ci.com/SergioBenitez/rocket) + Rocket is a work-in-progress web framework for Rust (nightly) with a focus on ease-of-use, expressability, and speed. It currently does not work. But, when it does, the following will be the canonical "Hello, world!" example: