ruby-numo / numo-narray

Ruby/Numo::NArray - New NArray class library
http://ruby-numo.github.io/narray/
BSD 3-Clause "New" or "Revised" License
418 stars 42 forks source link

[CI] Add rake test #115

Closed naitoh closed 5 years ago

naitoh commented 5 years ago

This PR enables you to run test-unit on travis-ci. Ruby 2.1 specifies the version of rake to work properly.

naitoh commented 5 years ago

Thanks.