Only run lightning-net-tokio build on Rust 1.39.0+ on Travis.
authorMatt Corallo <git@bluematt.me>
Sat, 1 Feb 2020 17:37:50 +0000 (12:37 -0500)
committerMatt Corallo <git@bluematt.me>
Mon, 3 Feb 2020 02:38:53 +0000 (21:38 -0500)
commit33c60629c4bb0a8ea1d43e077a5bd767446b973e
treedd16cb60c0610a3af0c583e7653cdae3bff32e81
parent222c840a83c7df66aaff3a52a3b2c291e6336954
Only run lightning-net-tokio build on Rust 1.39.0+ on Travis.

This disables building the lightning-net-tokio crate on 1.34.2 on
Travis in anticiption of relying on async/await for
lightning-net-tokio, with the nice side-effect of reducing the
amount of work done on our slowest Travis job.

This also adds 1.39.0 to Travis as that is the new MSRV for
lightning-net-tokio.
.travis.yml