From 489e357348b166e2012c08c3e1b3d30207969a53 Mon Sep 17 00:00:00 2001 From: Daniel Lowrey Date: Mon, 4 May 2015 12:59:35 -0400 Subject: [PATCH] display travis badge for correct branch --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb185e5..f7671ef 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Amp [![Build Status](https://travis-ci.org/amphp/amp.svg?branch=master)](https://travis-ci.org/amphp/amp) +# Amp [![Build Status](https://travis-ci.org/amphp/amp.svg?branch=v1.0.x)](https://travis-ci.org/amphp/amp) Amp is a non-blocking concurrency framework for PHP applications.