From 0dbc624d9d467d11547186b1f4310f1d2eb96a07 Mon Sep 17 00:00:00 2001 From: Eugene Kenny Date: Tue, 18 Feb 2020 11:54:56 +0000 Subject: [PATCH] Update Travis badge to show the status of master Otherwise it's based on the latest build overall, including pull requests, which is not very helpful. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 506d898..38d2e5b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Mutations -[![Build Status](https://travis-ci.org/cypriss/mutations.svg)](https://travis-ci.org/cypriss/mutations) +[![Build Status](https://travis-ci.org/cypriss/mutations.svg?branch=master)](https://travis-ci.org/cypriss/mutations) [![Code Climate](https://codeclimate.com/github/cypriss/mutations.svg)](https://codeclimate.com/github/cypriss/mutations) Compose your business logic into commands that sanitize and validate input. Write safe, reusable, and maintainable code for Ruby and Rails apps.