From 2ba6d397168eff3f1d50be2b190df3fbece2df3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Kr=C3=BCger?= Date: Fri, 8 Apr 2016 19:04:47 +0200 Subject: [PATCH] readme: add build status badges --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 69ca7a3b9dd..8fb76654b76 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # The Servo Parallel Browser Engine Project +[![Linux Build Status](https://img.shields.io/travis/servo/servo/master.svg?label=Linux%20build)](https://travis-ci.org/servo/servo) [![Windows Build Status](https://img.shields.io/appveyor/ci/servo/servo/master.svg?label=Windows%20build)](https://ci.appveyor.com/project/servo/servo/branch/master) + Servo is a prototype web browser engine written in the [Rust](https://github.com/rust-lang/rust) language. It is currently developed on 64bit OS X, 64bit Linux, Android, and Gonk (Firefox OS).