UWHustle / hustle-in-Rust-now-defunct

Hustle
GNU General Public License v3.0
7 stars 1 forks source link

Build as Rust project in Travis #103

Closed kpgaffney closed 5 years ago

kpgaffney commented 5 years ago

This changes the Travis configuration from C++ to Rust. The configuration specifies that Hustle is built and tested on the stable, beta, and nightly channels, but only failures on the stable channel will fail the build. It also uses cargo to cache dependencies to reduce build time.

This closes #98.