Skip to content

Commit

Permalink
Migrate travis badge from PNG to SVG
Browse files Browse the repository at this point in the history
Since travis now supports SVG as its default,
this patch migrates the badge on Readme.md to SVG.

https://blog.travis-ci.com/2014-03-20-build-status-badges-support-svg/
  • Loading branch information
aeroastro committed Mar 28, 2019
1 parent 307b1fa commit d0ec0ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Parallel
==============
[![Gem Version](https://badge.fury.io/rb/parallel.svg)](https://rubygems.org/gems/parallel)
[![Build Status](https://travis-ci.org/grosser/parallel.png)](https://travis-ci.org/grosser/parallel)
[![Build Status](https://travis-ci.org/grosser/parallel.svg?branch=master)](https://travis-ci.org/grosser/parallel)


Run any code in parallel Processes(> use all CPUs) or Threads(> speedup blocking operations).<br/>
Expand Down

0 comments on commit d0ec0ca

Please sign in to comment.