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>
Sun, 1 Mar 2020 04:26:15 +0000 (23:26 -0500)
commite4e265c8434269128b629edf5d653b623399bae8
tree3bd6fe0f2c57386cb370547cfbe316d82494a888
parent79dc00311feecd276adb64d6dc8e2bae9a9bd7ac
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