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

- old
+ new

@@ -1,10 +1,10 @@ # 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) +[![Build Status](https://github.com/ankane/osqp/workflows/build/badge.svg?branch=master)](https://github.com/ankane/osqp/actions) ## Installation Add this line to your application’s Gemfile: @@ -80,7 +80,8 @@ ```sh git clone https://github.com/ankane/osqp.git cd osqp bundle install +bundle exec rake vendor:all bundle exec rake test ```