nathanmarz / cascalog

Data processing on Hadoop without the hassle.
Other
1.38k stars 178 forks source link

Adds test Travis-CI support for Cascalog-LZO #246

Closed finbarrtimbers closed 10 years ago

finbarrtimbers commented 10 years ago

Fixes #129. About a year ago, the Travis-CI build failed due to a lack of native LZO libraries on the CI machine; this has since been fixed, and now the Travis-CI build passes. See my fork for proof.

As the Travis-CI build (currently) passes when Cascalog-LZO is added to project.clj, it should be added to project.clj in the main repo to guarantee test coverage.

Quantisan commented 10 years ago

Thank you