From f1f37850332c60e9d46e044260a48510b2c7285d Mon Sep 17 00:00:00 2001 From: Kerollmops Date: Tue, 10 Jan 2017 22:56:55 +0100 Subject: [PATCH] doc: Update README travis status image --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aaa9fc4..9436b32 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Crates.io](https://img.shields.io/crates/v/ripin.svg)](https://crates.io/crates/ripin) [![Documentation](https://docs.rs/ripin/badge.svg)](https://docs.rs/ripin) -[![Build Status](https://travis-ci.org/Kerollmops/ripin-rs.svg)](https://travis-ci.org/Kerollmops/ripin-rs) +[![Build Status](https://travis-ci.org/Kerollmops/ripin-rs.svg?branch=master)](https://travis-ci.org/Kerollmops/ripin-rs) [![Coverage Status](https://coveralls.io/repos/github/Kerollmops/ripin-rs/badge.svg?branch=master)](https://coveralls.io/github/Kerollmops/ripin-rs?branch=master) A library to handle [`Reverse Polish notated`](https://en.wikipedia.org/wiki/Reverse_Polish_notation) expressions.