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: