summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Collapse)AuthorAge
* Switch Travis to a dated Nightly.Owen Jacobson2020-06-17
| | | | | | | | | As of 2020-06-17, rustup nightlies are missing rustfmt, rls, and a few other components we care about. Pin the rust version, for now, as we need those components for testing. Check <https://rust-lang.github.io/rustup-components-history/> to monitor the contents of nightly releases.
* Add missing dependencies for rustfmt Travis pass.Owen Jacobson2020-06-17
|
* Apply (and enforce) cargo fmt.Owen Jacobson2020-06-16
|
* Set up travis for continuous testingOwen Jacobson2020-06-16