clbustos / statsample

A suite for basic and advanced statistics on Ruby.
http://github.com/clbustos/statsample
BSD 3-Clause "New" or "Revised" License
402 stars 96 forks source link

Travis fixes [WIP] #26

Closed ukd1 closed 10 years ago

ukd1 commented 10 years ago

I borrowed the .travis mainly from https://github.com/blackwinter/rb-gsl/blob/master/.travis.yml

ukd1 commented 10 years ago

@clbustos different travis failure now:

...snip
$ rake test
rake aborted!
LoadError: cannot load such file -- extendmatrix
/home/travis/build/clbustos/statsample/lib/statsample.rb:23:in `<top (required)>'
/home/travis/build/clbustos/statsample/Rakefile:7:in `<top (required)>'
(See full trace by running task with --trace)
The command "rake test" exited with 1.
Done. Your build exited with 1.

:+1: will revert the Gemfile changes for now

looks like a problem with extendmatrix?

ukd1 commented 10 years ago

@clbustos so, this is 'working', but there are failing specs. Also, my rename + reformat broke hoe - I've fixed it enough to get it to run the specs, but that's about it. Personally, I'm not a fan of it, but it's not my project.

I don't know enough (yet?) about this project to fix the specs - could you take a look at the latest build?

What do you want to do next?