gendx / lzma-rs

An LZMA decoder written in pure Rust
MIT License
128 stars 27 forks source link

Fix Travis-CI to actually check that fuzzing builds correctly. #64

Closed gendx closed 3 years ago

gendx commented 3 years ago

Pull Request Overview

This pull request fixes Travis-CI script to actually check that fuzzing targets build properly.

Testing Strategy

This pull request was tested by Travis-CI.

Supporting Documentation and References

N/A

TODO or Help Wanted

N/A

gendx commented 3 years ago

Superseded by #68.