Browse Source

Add earliest Rust version to travis

index-subcmd
Vincent Prouillet 6 years ago
parent
commit
ec4a91adf6
2 changed files with 1456 additions and 0 deletions
  1. +3
    -0
      .travis.yml
  2. +1453
    -0
      Cargo.lock

+ 3
- 0
.travis.yml View File

@@ -20,6 +20,9 @@ matrix:
rust: beta
- env: TARGET=x86_64-unknown-linux-gnu
rust: nightly
# The earliest stable Rust version that works
- env: TARGET=x86_64-unknown-linux-gnu
rust: 1.20.0


before_install: set -e


+ 1453
- 0
Cargo.lock
File diff suppressed because it is too large
View File


Loading…
Cancel
Save