README.md in osqp-0.1.0 vs README.md in osqp-0.1.1

- old
+ new

@@ -1,9 +1,11 @@ # OSQP The [OSQP](https://osqp.org/) (Operator Splitting Quadratic Program) solver for Ruby +[![Build Status](https://travis-ci.org/ankane/osqp.svg?branch=master)](https://travis-ci.org/ankane/osqp) [![Build status](https://ci.appveyor.com/api/projects/status/o93q4b56anxmnvwn/branch/master?svg=true)](https://ci.appveyor.com/project/ankane/osqp/branch/master) + ## Installation Add this line to your application’s Gemfile: ```ruby @@ -72,10 +74,10 @@ - [Report bugs](https://github.com/ankane/osqp/issues) - Fix bugs and [submit pull requests](https://github.com/ankane/osqp/pulls) - Write, clarify, or fix documentation - Suggest or add new features -To get started with development and testing: +To get started with development: ```sh git clone https://github.com/ankane/osqp.git cd osqp bundle install