From 73145b22e2b44b32928a9e53ba1ffd43fedaf3b2 Mon Sep 17 00:00:00 2001 From: Anatol Broder Date: Tue, 1 Jul 2014 23:46:09 +0200 Subject: [PATCH] Change badge extension to SVG --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6d75148..3958b4c5 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ continuous integration with a PHP project. Here is a sample status icon showing the state of the master branch. -[![Build Status](https://secure.travis-ci.org/travis-ci/travis-ci-php-example.png?branch=master)](http://travis-ci.org/travis-ci/travis-ci-php-example) +[![Build Status](https://travis-ci.org/travis-ci/travis-ci-php-example.svg?branch=master)](http://travis-ci.org/travis-ci/travis-ci-php-example) In order to run this project just fork it on github.com and then [enable](http://about.travis-ci.org/docs/user/getting-started/) your fork on your [travis-ci profile](http://travis-ci.org/profile). Every push will then trigger a new build on Travis CI.