From a1afcdd655212f56e74cdc68c7397ef29cd857c1 Mon Sep 17 00:00:00 2001 From: Doug Wright Date: Fri, 16 Oct 2015 20:18:58 +0100 Subject: [PATCH] Update travis build status image url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 99c774be..81673960 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ them all in. Especially useful for e.g. e-commerce contexts when you need to know box size/weight to calculate shipping costs. -[![Build Status](https://travis-ci.org/dvdoug/BoxPacker.png)](https://travis-ci.org/dvdoug/BoxPacker) +[![Build Status](https://travis-ci.org/dvdoug/BoxPacker.svg?branch=master)](https://travis-ci.org/dvdoug/BoxPacker) [Wikipedia](http://en.wikipedia.org/wiki/Bin_packing_problem) says this is NP-hard, and there is no way to always achieve an optimum solution without running through every single permutation. But that's OK because this implementation