Browse Source

No need for beta & nightly in Travis

index-subcmd
Vincent Prouillet 5 years ago
parent
commit
8149b0db99
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      .travis.yml

+ 0
- 5
.travis.yml View File

@@ -14,11 +14,6 @@ matrix:
- env: TARGET=x86_64-apple-darwin
os: osx

# Testing other channels
- env: TARGET=x86_64-unknown-linux-gnu
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.27.0


Loading…
Cancel
Save