Add earliest Rust version to travis
This commit is contained in:
parent
322d2f30fb
commit
ec4a91adf6
|
@ -20,6 +20,9 @@ matrix:
|
||||||
rust: beta
|
rust: beta
|
||||||
- env: TARGET=x86_64-unknown-linux-gnu
|
- env: TARGET=x86_64-unknown-linux-gnu
|
||||||
rust: nightly
|
rust: nightly
|
||||||
|
# The earliest stable Rust version that works
|
||||||
|
- env: TARGET=x86_64-unknown-linux-gnu
|
||||||
|
rust: 1.20.0
|
||||||
|
|
||||||
|
|
||||||
before_install: set -e
|
before_install: set -e
|
||||||
|
|
1453
Cargo.lock
generated
Normal file
1453
Cargo.lock
generated
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue