From 08d1e6824efc7e87a2c407a7b099b1c6a49dbe3a Mon Sep 17 00:00:00 2001 From: Ross Alexander Date: Tue, 31 Mar 2020 13:16:01 -0500 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index da21da4..1f07753 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # BenchmarkFunctions.jl A set of common benchmark functions for testing optimization algorithms in Julia -[![Build Status](https://travis-ci.com/rbalexan/BenchmarkFunctions.jl.svg?branch=master)](https://travis-ci.com/rbalexan/BenchmarkFunctions.jl) -[![Coverage Status](https://coveralls.io/repos/github/rbalexan/BenchmarkFunctions.jl/badge.svg?branch=master)](https://coveralls.io/github/rbalexan/BenchmarkFunctions.jl?branch=master) +[![Build Status](https://travis-ci.com/rbalexan/BenchmarkFunctions.jl.svg?branch=master&kill_cache=1)](https://travis-ci.com/rbalexan/BenchmarkFunctions.jl.svg?branch=master&kill_cache=1) +[![Coverage Status](https://coveralls.io/repos/github/rbalexan/BenchmarkFunctions.jl/badge.svg?branch=master&kill_cache=1)](https://coveralls.io/github/rbalexan/BenchmarkFunctions.jl?branch=master&kill_cache=1) -![Surface and contour plots of the Himmelblau function](https://github.com/rbalexan/BenchmarkFunctions.jl/blob/master/plots/2d_himmelblau.svg) +![Surface and contour plots of the Himmelblau function](https://github.com/rbalexan/BenchmarkFunctions.jl/blob/master/plots/2d_himmelblau.svg?kill_cache=1) ## Getting Started To add the package, enter the following into the REPL: