BioJulia / Libz.jl

Fast, flexible zlib bindings.
Other
27 stars 17 forks source link

Add julia 0.5 travis CI tests #36

Closed kdm9 closed 8 years ago

kdm9 commented 8 years ago

This PR adds the 0.5 branch of Julia to the test suite. I was unsure if we wanted to restrict to version 0.5, or allow >= 0.4. If we want the former, I will add this (just remove the need for BaseTestNext & Compat). I also bump the version of BufferedStreams.

Cheers, K

codecov-io commented 8 years ago

Current coverage is 85.82% (diff: 100%)

Merging #36 into master will not change coverage

@@             master        #36   diff @@
==========================================
  Files             6          6          
  Lines           254        254          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits            218        218          
  Misses           36         36          
  Partials          0          0          

Powered by Codecov. Last update 9d98ade...137dbb7

bicycle1885 commented 8 years ago

Thanks. I think it would be better to support Julia 0.4 for a while since there are other packages (e.g. https://github.com/simonster/MAT.jl) that depend on this package. This package is relatively small so it is not so troublesome to continue to support 0.4.