From 7535efe0318220fa843d7a65e497651ebc161846 Mon Sep 17 00:00:00 2001 From: Jeremy Brudvik Date: Tue, 13 Jan 2015 19:53:29 -0800 Subject: [PATCH] Use better image for Travis build status --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fdc27fe9..67750f8b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Simple Python Version Management: pyenv -[![Build Status](https://travis-ci.org/yyuu/pyenv.png)](https://travis-ci.org/yyuu/pyenv) +[![Build Status](https://travis-ci.org/yyuu/pyenv.svg)](https://travis-ci.org/yyuu/pyenv) pyenv lets you easily switch between multiple versions of Python. It's simple, unobtrusive, and follows the UNIX tradition of single-purpose